Ensure tmp folder exists
This commit is contained in:
parent
aa05e636b4
commit
d9c7d38fb1
1 changed files with 3 additions and 1 deletions
|
|
@ -18,8 +18,10 @@
|
||||||
|
|
||||||
echo "Zipping the contents of the 'files' directory..."
|
echo "Zipping the contents of the 'files' directory..."
|
||||||
|
|
||||||
|
# Ensure tmp folder exists
|
||||||
|
mkdir -p tmp
|
||||||
|
|
||||||
rm -f ./tmp/file_templates.zip
|
rm -f ./tmp/file_templates.zip
|
||||||
pushd ./tools/templates/files
|
pushd ./tools/templates/files
|
||||||
zip -r ../../../tmp/file_templates.zip .
|
zip -r ../../../tmp/file_templates.zip .
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue