ci: fix unzip command

This commit is contained in:
Alex Gleason 2023-09-18 13:38:32 -05:00
parent 9ce45e3cab
commit f73085fd0a
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -136,8 +136,7 @@ review:
before_script:
- apt-get update -y && apt-get install -y unzip
script:
- mkdir -p dist
- unzip soapbox.zip -o -d dist
- unzip soapbox.zip -d dist
- npx -y surge dist $CI_COMMIT_REF_SLUG.git.soapbox.pub
allow_failure: true
@ -146,9 +145,8 @@ pages:
before_script:
- apt-get update -y && apt-get install -y unzip
script:
- mkdir -p public
# artifacts are kept between jobs
- unzip soapbox.zip -o -d public
- unzip soapbox.zip -d public
variables:
NODE_ENV: production
artifacts: