Skip to content

Commit 78a7b31

Browse files
authored
fix: removed unused credentials and fixed release job (#2)
* fix: removed unused credentials and added test job * fix: bleh comment trigger * fix: keep fixing the trigger * fix: fixed docker image * fix: added gloud key env variable * fix; removed check added just for tests
1 parent 6228520 commit 78a7b31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.prow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ postsubmits:
2121
labels:
2222
preset-semantic-release: "true"
2323
preset-gcloud-testinfra-prow: "true"
24-
preset-ouzi-helm-push: "true"
2524
clone_uri: "git@github.com:ouzi-dev/needs-retitle.git"
2625
decorate: true
2726
max_concurrency: 1

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ GIT_SHORT_COMMIT := $(shell git rev-parse --short HEAD)
2525
GIT_TAG := $(shell git describe --tags --abbrev=0 --exact-match 2>/dev/null)
2626
GIT_DIRTY = $(shell test -n "`git status --porcelain`" && echo "dirty" || echo "clean")
2727

28+
GCLOUD_KEY_FILE := /etc/google-service-account/service-account.json
29+
2830
TMP_VERSION := canary
2931

3032
BINARY_VERSION := ""

0 commit comments

Comments
 (0)