From 309aff42b3fdeba302494edf8084c8f12d689de4 Mon Sep 17 00:00:00 2001 From: Nico Boehr <nico@nicoboehr.de> Date: Thu, 14 Mar 2024 23:18:04 +0100 Subject: [PATCH] install bash --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a2aaf5..2ca25c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ # This file is a template, and might need editing before it works on your project. # Full project: https://gitlab.com/pages/plain-html -image: bash +image: alpine pages: stage: deploy script: - - echo "The site will be deployed to $CI_PAGES_URL" + - apk add bash - ./scripts/generate-keys.sh artifacts: paths: -- GitLab