all repos — homestead @ 90f8a095010c3718114ac5887892f83f65b2b93b

Code for my website

Fix gitlab-ci syntax error

Alan Pearce
commit

90f8a095010c3718114ac5887892f83f65b2b93b

parent

7c16a6f76893c835560a2f859d8a1a4f3f98ce1e

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

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