adjusted 40 to unzip directly into static

This commit is contained in:
Paul Wilde 2022-11-16 18:23:49 +00:00
parent 901980ac72
commit 1a63fb315b

View file

@ -1,8 +1,5 @@
#!/bin/bash #!/bin/bash
curl -L https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/develop/download?job=build-production -o soapbox.zip curl -L https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/develop/download?job=build-production -o soapbox.zip
unzip soapbox.zip -d ./static unzip -o soapbox.zip -d ./
mv ./static/static/* ./static/
mv ./static/static/.* ./static/
rm ./static/static -r