Skip to content
Snippets Groups Projects
Commit 0ab0d9fa authored by Luca Romoli's avatar Luca Romoli
Browse files

[CACHE] delete sstat cache for custom projects

parent f3ba80d1
No related branches found
No related tags found
No related merge requests found
......@@ -22,15 +22,9 @@ if [ -z "$CUSTOM" ]; then
elif [[ $PROCESSOR == *intel* && "$CI_JOB_NAME" == *"embedded"* ]];
then echo 'SSTATE_DIR = "/var/cache/edgehog_sstate-intel-embedded"' >> conf/local.conf;
fi
else
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;
fi
fi
echo '###############################'
echo '#### Displaying local.conf ####'
echo '###############################'
cat conf/local.conf
\ No newline at end of file
cat 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