Skip to content
Snippets Groups Projects
Commit 41ffa6cb authored by Nicolas Richart's avatar Nicolas Richart
Browse files

missing dollar sign

parent 97cdb585
No related branches found
No related tags found
1 merge request!2CI update to use squashfs
Pipeline #201452 failed
......@@ -21,7 +21,7 @@ then
then
echo "No default branch ($squash_base) squashfs found"
echo "Creating an empty one"
empty=(mktemp -d)
empty=$(mktemp -d)
sqfs_base_image=/squashfs-cache/${stack}-${environment}-${squash_base}-initial.sqfs
mksquashfs ${empty} ${sqfs_base_image}
else
......
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