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

[CACHE] Fix on syntax

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