all repos — website @ 5ce0ddf69c53f93ed7d712e83ee60c4489a1cc98

My website

Fix gitlab-ci syntax error

Alan Pearce
commit

5ce0ddf69c53f93ed7d712e83ee60c4489a1cc98

parent

7994c3131291bc2214a5cc420bc151895b45fc2e

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
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