Skip to content
Snippets Groups Projects

oniro-ci: Add variable to specify oe-core path

Merged Pavel Zhukov requested to merge landgraf/oniro:nuts_pipeline into kirkstone
Compare and
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -58,6 +58,15 @@
fi
set +x
- |
set -x
if [ -n "$ONIRO_CI_OECORE_BRANCH"]; then
echo "CI: Using oe-core from '$ONIRO_CI_OECORE_REPO':'$ONIRO_CI_OECORE_BRANCH' "
( cd "oe-core" && git remote add oecore-test https://git.openembedded.org/"$ONIRO_CI_OECORE_REPO" \
&& git fetch oecore-test && git checkout "$ONIRO_CI_OECORE_BRANCH" );
fi;
set +x
script:
# Reload the value of SCRATCH_DIR set in the before_script phase. Those run
# in separate shell processes and do not share environment variables.
Loading