Added Terraform binary

This commit is contained in:
2020-06-07 14:38:15 +01:00
parent 6c767bd835
commit 1b973998e8
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
.DEFAULT_GOAL := default
IMAGE ?= docker.cloud.cluster.fun/private/REPO_NAME_LOWER:latest
IMAGE ?= docker.cluster.fun/private/ci-builder:latest
.PHONY: test # Run all tests, linting and format checks
test: lint check-format run-tests