ints to strings

This commit is contained in:
Blair Vanderlugt 2021-08-16 09:16:24 -04:00
parent 4278e485bc
commit bab83e32ab
1 changed files with 3 additions and 2 deletions

View File

@ -20,12 +20,13 @@ stages:
- deploy - deploy
variables: variables:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: "1"
COMPOSE_DOCKER_CLI_BUILD: 1 COMPOSE_DOCKER_CLI_BUILD: "1"
build-staging: build-staging:
tags: tags:
- integration - integration
- blocal
variables: variables:
CI_DEBUG_TRACE: "true" CI_DEBUG_TRACE: "true"
stage: build stage: build