mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-05 14:30:42 +00:00
A couple of small CI fixes
Change the "poky" layer configuration name to "meta-yocto" in the KAS configuration so the cloned repo name is less confusing in logs, and fix a spot where "poky" -> "openembedded-core" had been missed in the gitlab configuration. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
- mkdir -p $CI_PROJECT_DIR/log/
|
||||
|
||||
.after-my-script: &after-my-script
|
||||
- cd $CI_PROJECT_DIR/poky
|
||||
- cd $CI_PROJECT_DIR/openembedded-core
|
||||
- . ./oe-init-build-env $CI_PROJECT_DIR/build
|
||||
- for x in `ls $CI_PROJECT_DIR/build/tmp/log/error-report/ | grep error_report_`; do
|
||||
- send-error-report -y tmp/log/error-report/$x
|
||||
|
||||
@@ -23,7 +23,7 @@ repos:
|
||||
layers:
|
||||
meta:
|
||||
|
||||
poky:
|
||||
meta-yocto:
|
||||
url: "https://git.yoctoproject.org/git/meta-yocto"
|
||||
branch: master
|
||||
layers:
|
||||
|
||||
Reference in New Issue
Block a user