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

Commit 434bb1f

Browse files
author
Erik
authored
Merge pull request #7 from techgnosis/Jenkins
Need to enable IAM API
2 parents f402c75 + 578cee8 commit 434bb1f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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-5
21+
SQLNAME := demo-postgres-6
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

scripts/enable_apis.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ function enable_api() {
2929
}
3030

3131
enable_api sqladmin.googleapis.com
32-
enable_api container.googleapis.com
32+
enable_api container.googleapis.com
33+
enable_api iam.googleapis.com

0 commit comments

Comments
 (0)