Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
torgiren
External Dns
Commits
80b5e31f
Commit
80b5e31f
authored
5 years ago
by
Nick Jüttner
Committed by
Martin Linkhorst
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
show environments from cloudbuild (#1352)
parent
9725d9e2
master
Raffo-patch-1
changelog-for-v0.7.3
correctly-update-aws-records-when-type-changes
dansimone/support-prefer-ingress-annotations
dependabot/go_modules/github.com/Azure/azure-sdk-for-go-61.4.0incompatible
dependabot/go_modules/github.com/aliyun/alibaba-cloud-sdk-go-1.61.1473
dependabot/go_modules/github.com/exoscale/egoscale-1.19.0
dependabot/go_modules/github.com/projectcontour/contour-1.20.0
dependabot/go_modules/k8s.io/apimachinery-0.23.3
fix-1820
gh-pages
infoblox-multiple-A-records-fix
linki-patch-6
njuettner-patch-1
njuettner/go_modules/github.com/akamai/AkamaiOPEN-edgegrid-golang-0.9.11
njuettner/go_modules/github.com/alecthomas/kingpin-2.2.6incompatible
njuettner/go_modules/github.com/digitalocean/godo-1.34.0
njuettner/go_modules/github.com/pkg/errors-0.9.1
njuettner/go_modules/github.com/prometheus/client_golang-1.5.1
normalize
raffo-fix-2348
raffo/add-dependabot
raffo/add-kustomize-base
raffo/add-trivy-scanning
raffo/arm
raffo/arm32v7
raffo/bump-ci-timeout
raffo/bump-cloudbuild-timeout
raffo/bump-deps-sec
raffo/bump-kustomize
raffo/bump-kustomize-1
raffo/bump-kustomize-version-0.7.5
raffo/bump-modules
raffo/codeQL
raffo/drop-the-changelog
raffo/e2e-aws
raffo/edit-infoblox-maintainers
raffo/fix-1820
raffo/fix-1936
raffo/fix-build
raffo/fix-dependabot
raffo/fix-ns-deletion
raffo/fix-scaleway-security
raffo/fix-that-typo
raffo/fix-trivy
raffo/fix-trivy-again
raffo/fix-vulnerabilities
raffo/goarm
raffo/gpr-docker-image
raffo/knolog
raffo/kustomize-endpoints
raffo/multiarch
raffo/multiarch-docs
raffo/new-ingress-resource
raffo/new-maintainers
raffo/provider-structure-refactor
raffo/release-conventions
raffo/release-note-patch
raffo/release-script
raffo/release-script-update
raffo/release-v0.7.2
raffo/remove-azure-test
raffo/remove-broken-link
raffo/remove-masters
raffo/revert-tzdata
raffo/split-sources
raffo/update-kustomize-080
raffo/update-v0.10-role
raffo/use-actions
raffo/v0.7.6
sagor999/infoblox-multiple-A-records
test-things
validate-txt-prefix
v1.0.0-mf
v0.10.2
v0.10.1
v0.10.0
v0.9.0
v0.8.0
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.18
external-dns-helm-chart-1.7.1
external-dns-helm-chart-1.7.0
external-dns-helm-chart-1.6.0
external-dns-helm-chart-1.5.0
external-dns-helm-chart-1.4.1
external-dns-helm-chart-1.4.0
external-dns-helm-chart-1.3.2
external-dns-helm-chart-1.3.1
external-dns-helm-chart-1.3.0
external-dns-helm-chart-1.2.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-3
Makefile
with
4 additions
and
3 deletions
+4
-3
Makefile
+
4
-
3
View file @
80b5e31f
...
...
@@ -72,9 +72,10 @@ clean:
.PHONY
:
release.staging
release.staging
:
echo
"VERSION:
$
(git describe --tags --always --dirty)"
echo
"PULL-BASE:
$PULL_BASE_REF
"
echo
"TAG:
$TAG
"
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
release.prod
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help