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

Commit bfa7bae

Browse files
author
Erik
authored
Merge pull request #9 from techgnosis/Jenkins
Accidentally revoked the service account before it gets used
2 parents 934534b + ad50bbb commit bfa7bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ spec:
119119
post {
120120
always {
121121
container('k8s-node') {
122-
sh 'gcloud auth revoke'
123122
sh 'make teardown'
123+
sh 'gcloud auth revoke'
124124
}
125125
}
126126
}

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)