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

[FIX] Fix on syntax error

parent 582ca2e3
No related branches found
No related tags found
No related merge requests found
......@@ -204,9 +204,9 @@ retrigger:
repo sync -j$(nproc) --fetch-submodules;
. ./seco-setup.sh -d ${DEFCONFIG_FILE};
. ./seco-setup.sh -c;
echo 'SSTATE_DIR = "/var/cache/edgehog_sstate"' >> conf/local.conf;
echo 'SSTATE_DIR = \"/var/cache/edgehog_sstate\"' >> conf/local.conf;
sed -i -e '/DL_DIR ?=/d' conf/local.conf;
echo 'DL_DIR = "/var/cache/edgehog_downloads"' >> conf/local.conf;
echo 'DL_DIR = \"/var/cache/edgehog_downloads\"' >> conf/local.conf;
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