Skip to content
Snippets Groups Projects
Commit c547b3c0 authored by Esben Haabendal's avatar Esben Haabendal
Browse files

CI: Clean out a bad part CI log output line


This should have been removed when the $RECIPES loop was folded in.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent 4bd59c94
No related branches found
No related tags found
1 merge request!75CI: Move updating of China mirror to Eclipse GitLab server
......@@ -207,7 +207,7 @@ fetch:
for OPENHARMONY_VERSION in 3.0 ; do
for MACHINE in qemuarma7 ; do
RECIPES="oniro-openharmony-bundle openharmony-standard-image openharmony-standard-image-tests" ;
echo Fetching DISTRO=$DISTRO OPENHARMONY_VERSION=$OPENHARMONY_VERSION MACHINE=$MACHINE RECIPE=$RECIPE ;
echo Fetching DISTRO=$DISTRO OPENHARMONY_VERSION=$OPENHARMONY_VERSION MACHINE=$MACHINE ;
sed -r "s/^OPENHARMONY_VERSION.*/OPENHARMONY_VERSION = \"${OPENHARMONY_VERSION}\"/" -i conf/auto.conf ;
time bitbake $RECIPES --runall=fetch ;
done ; done ; done
......
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