From 3d97e469aac5b5357fbdbb9482582b9ad7d1a908 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 6 Apr 2021 14:56:35 +0200 Subject: [PATCH] chore: use buildtools version from env --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39e96f5..f35c29d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: variables: DOCKER_HOST: tcp://docker:2375/ -image: buildtool/build-tools:0.0.20 +image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: stage: build