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

[PATH] Fix on script execution path

parent bf0d88ee
No related branches found
No related tags found
No related merge requests found
......@@ -214,8 +214,8 @@ retrigger:
sh ../.gitlab-ci/scripts/yocto_cache_setup.sh $PROCESSOR $CUSTOM;
time bitbake ${RECIPE_NAME};
if [[ "$CI_JOB_NAME" != *"embedded"* ]]; then time bitbake seco-bundle-edgehog; fi;
. ../.gitlab-ci/scripts/check_build_artifacts.sh;
"
- . ../.gitlab-ci/scripts/check_build_artifacts.sh
- echo "$BUILD_DIRECTORY/$IMAGES_PATH/$MACHINE" > $BASEDIR/pathname.txt
after_script:
......
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