Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit db58156

Browse files
author
jmusselwhite
committed
Did not mean to unauthorize service account before using it
1 parent 0f2032f commit db58156

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ spec:
119119
post {
120120
always {
121121
container('k8s-node') {
122-
sh 'gcloud auth revoke'
123122
sh 'make teardown'
124123
}
125124
}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SHELL := /usr/bin/env bash
1818
# All is the first target in the file so it will get picked up when you just run 'make' on its own
1919
linting: check_shell check_python check_golang check_terraform check_docker check_base_files check_headers check_trailing_whitespace
2020

21-
SQLNAME := demo-postgres-7
21+
SQLNAME := demo-postgres-8
2222

2323
# The .PHONY directive tells make that this isn't a real target and so
2424
# the presence of a file named 'check_shell' won't cause this target to stop

0 commit comments

Comments
 (0)