diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index cc2d2472f38a0684e224fa60631dc6f22deb0f9e..e96939e0b719dfe1180fb544ece0caa8a3aab872 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -205,10 +205,10 @@ retrigger: echo "This is the image name will be assigned to software artifacts: ${IMAGE_NAME}" - | su secous -c " - sh scripts/build_setup.sh $GITBOT_TOKEN $CI_REPOSITORY_URL $BUILD_BRANCH $DEFCONFIG_FILE $RECIPE_NAME + sh .gitlab-ci/scripts/build_setup.sh $GITBOT_TOKEN $CI_REPOSITORY_URL $BUILD_BRANCH $DEFCONFIG_FILE $RECIPE_NAME . ./seco-setup.sh -d ${DEFCONFIG_FILE}; . ./seco-setup.sh -c; - sh scripts/yocto_cache_setup.sh $PROCESSOR + sh .gitlab-ci/scripts/yocto_cache_setup.sh $PROCESSOR time bitbake ${RECIPE_NAME}; if [[ "$CI_JOB_NAME" != *"embedded"* ]]; then time bitbake seco-bundle-edgehog; fi; "