Fix gitlab-ci syntax error
Alan Pearce alan@alanpearce.eu
Sat, 30 Apr 2022 16:24:14 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M .gitlab-ci.yml → .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