From bab83e32ab20a0c5cb27380be48a06f9a156cc72 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Mon, 16 Aug 2021 09:16:24 -0400 Subject: [PATCH] ints to strings --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97fff62f..f25802f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,12 +20,13 @@ stages: - deploy variables: - DOCKER_BUILDKIT: 1 - COMPOSE_DOCKER_CLI_BUILD: 1 + DOCKER_BUILDKIT: "1" + COMPOSE_DOCKER_CLI_BUILD: "1" build-staging: tags: - integration + - blocal variables: CI_DEBUG_TRACE: "true" stage: build