mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
show environments from cloudbuild (#1353)
This commit is contained in:
parent
80b5e31fad
commit
2f964ef333
2
Makefile
2
Makefile
@ -72,8 +72,6 @@ clean:
|
|||||||
.PHONY: release.staging
|
.PHONY: release.staging
|
||||||
|
|
||||||
release.staging:
|
release.staging:
|
||||||
echo "VERSION: $(shell git describe --tags --always --dirty)"
|
|
||||||
git describe --tags --always --dirty
|
|
||||||
echo "PULL-BASE: $(PULL_BASE_REF)"
|
echo "PULL-BASE: $(PULL_BASE_REF)"
|
||||||
echo "TAG: $(TAG)"
|
echo "TAG: $(TAG)"
|
||||||
IMAGE=$(IMAGE_STAGING) $(MAKE) build.docker build.push
|
IMAGE=$(IMAGE_STAGING) $(MAKE) build.docker build.push
|
||||||
|
Loading…
Reference in New Issue
Block a user