We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6228520 commit 78a7b31Copy full SHA for 78a7b31
.prow.yaml
@@ -21,7 +21,6 @@ postsubmits:
21
labels:
22
preset-semantic-release: "true"
23
preset-gcloud-testinfra-prow: "true"
24
- preset-ouzi-helm-push: "true"
25
clone_uri: "git@github.com:ouzi-dev/needs-retitle.git"
26
decorate: true
27
max_concurrency: 1
Makefile
@@ -25,6 +25,8 @@ GIT_SHORT_COMMIT := $(shell git rev-parse --short HEAD)
GIT_TAG := $(shell git describe --tags --abbrev=0 --exact-match 2>/dev/null)
GIT_DIRTY = $(shell test -n "`git status --porcelain`" && echo "dirty" || echo "clean")
28
+GCLOUD_KEY_FILE := /etc/google-service-account/service-account.json
29
+
30
TMP_VERSION := canary
31
32
BINARY_VERSION := ""
0 commit comments