Commit 90800e2d authored by DasSkelett's avatar DasSkelett

Fix syntax error in build.sh

parent e87660cd
......@@ -27,6 +27,7 @@ if [[ $CI_USE_CACHE == true ]]; then
else
echo "No available cache source found, building fresh"
params+=(--no-cache)
fi
else
echo "CI_USE_CACHE is false"
params+=(--no-cache)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment