mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
fix: add missing bash
- add missing dependency bash into the pages job Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
9bc27edaba
commit
401e32d6c8
@ -212,16 +212,16 @@ pages:
|
||||
image: node:alpine
|
||||
before_script:
|
||||
- apk update
|
||||
- apk add jq unzip curl wget
|
||||
- apk add jq unzip curl wget bash
|
||||
script:
|
||||
- cd docs
|
||||
- npx tailwindcss -o ./tailwind.css --minify
|
||||
- cd ..
|
||||
- mv docs public
|
||||
- mv repo public
|
||||
- mv repo public || true
|
||||
- mv build/web/ public/nightly
|
||||
- rm -rf build
|
||||
- ./scripts/download-web-stable.sh
|
||||
- ./scripts/download-web-stable.sh
|
||||
- mv stable public/web
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user