adjusted 40 to unzip directly into static
This commit is contained in:
parent
901980ac72
commit
1a63fb315b
1 changed files with 1 additions and 4 deletions
|
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue