show environments from cloudbuild (#1353)

This commit is contained in:
Nick Jüttner 2020-01-09 11:44:27 +01:00 committed by Martin Linkhorst
parent 80b5e31fad
commit 2f964ef333

View File

@ -72,8 +72,6 @@ clean:
.PHONY: release.staging
release.staging:
echo "VERSION: $(shell git describe --tags --always --dirty)"
git describe --tags --always --dirty
echo "PULL-BASE: $(PULL_BASE_REF)"
echo "TAG: $(TAG)"
IMAGE=$(IMAGE_STAGING) $(MAKE) build.docker build.push