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

[CICD] Bug fix in build scripts

parent 3e113cac
No related branches found
No related tags found
No related merge requests found
......@@ -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;
"
......
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