Pipeline fix attempt v1

This commit is contained in:
2024-02-01 10:51:45 +01:00
parent e4cc733681
commit 86218336b2
4 changed files with 51 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ stages:
- test
- deploy
image: alpine:latest
image: alpine:3.13
variables:
JEKYLL_ENV: production
@@ -15,7 +15,7 @@ before_script:
libxslt libxslt-dev zlib-dev zlib
ruby ruby-dev yaml yaml-dev
libffi-dev build-base git nodejs
- gem install etc bundler --no-document
- gem install bundler -v 2.3.26
- pwd
- ls -l
- bundle install