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

[CACHE] Fix on syntax

parent 32d284f5
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ if [ -z "$CUSTOM" ]; then
then echo 'SSTATE_DIR = "/var/cache/edgehog_sstate-intel-embedded"' >> conf/local.conf;
fi
else
if [[ "$CI_JOB_NAME" != *"embedded"* ]];
if [[ "$CI_JOB_NAME" != *"embedded"* ]]; then
echo 'SSTATE_DIR = "/var/cache/edgehog_sstate-${CUSTOM}-things"' >> conf/local.conf;
else
echo 'SSTATE_DIR = "/var/cache/edgehog_sstate-${CUSTOM}-embedded"' >> conf/local.conf;
......
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