chore: use buildtools version from env

This commit is contained in:
2021-04-06 13:51:00 +02:00
parent 960d21bc24
commit df1f906847
+1 -1
View File
@@ -6,7 +6,7 @@ stages:
- build
- deploy-prod
image: buildtool/build-tools:0.0.14
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
services:
- docker:dind