Skip to content
Snippets Groups Projects
Commit 6ccb6f59 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[FIX] Fix on yocto_cache_setup.sh path

parent 45476906
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ retrigger:
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 .gitlab-ci/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;
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment