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

[FIX] Change variable check on cache condition

parent a924e33f
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ retrigger:
repo sync -j$(nproc) --fetch-submodules;
. ./seco-setup.sh -d ${DEFCONFIG_FILE};
. ./seco-setup.sh -c;
if [ ! -n "$CI_COMMIT_TAG" ]; then
if [ -z "$CI_COMMIT_TAG" ]; then
sed -i -e '/DL_DIR ?=/d' conf/local.conf;
echo 'DL_DIR = \"/var/cache/edgehog_downloads\"' >> conf/local.conf;
if [[ $PROCESSOR == *imx6* && "$CI_JOB_NAME" != *"embedded"* ]];
......
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