From 401e32d6c8366a73280ca3792409c776eeb986c9 Mon Sep 17 00:00:00 2001 From: TheOneWithTheBraid Date: Fri, 19 Aug 2022 08:42:20 +0200 Subject: [PATCH] fix: add missing bash - add missing dependency bash into the pages job Signed-off-by: TheOneWithTheBraid --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a1244d7..1273bb2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: