diff options
author | Alan Pearce | 2022-04-30 16:24:14 +0200 |
---|---|---|
committer | Alan Pearce | 2022-04-30 16:24:14 +0200 |
commit | 5ce0ddf69c53f93ed7d712e83ee60c4489a1cc98 (patch) | |
tree | 31c6afb585a20e23d37dafc55ff8bc4151ed09ee /.gitlab-ci.yml | |
parent | 7994c3131291bc2214a5cc420bc151895b45fc2e (diff) | |
download | website-5ce0ddf69c53f93ed7d712e83ee60c4489a1cc98.tar.lz website-5ce0ddf69c53f93ed7d712e83ee60c4489a1cc98.tar.zst website-5ce0ddf69c53f93ed7d712e83ee60c4489a1cc98.zip |
Fix gitlab-ci syntax error
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7b75cd..a8542e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: # This variable will ensure that the CI runner pulls in your theme from the submodule GIT_SUBMODULE_STRATEGY: recursive - ALPINE_VERSION: 3.15 + ALPINE_VERSION: "3.15" image: alpine:$ALPINE_VERSION |