From 5ce0ddf69c53f93ed7d712e83ee60c4489a1cc98 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 30 Apr 2022 16:24:14 +0200 Subject: Fix gitlab-ci syntax error --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1