Skip to content

Commit 1256328

Browse files
authored
Remove 'gcp-bootstrap' repository (#303)
1 parent d6007d4 commit 1256328

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

0-bootstrap/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ module "cloudbuild_bootstrap" {
154154
}
155155

156156
cloud_source_repos = [
157-
"gcp-bootstrap",
158157
"gcp-org",
159158
"gcp-environments",
160159
"gcp-networks",

test/integration/bootstrap/controls/gcloud_cloudbuild.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
cloudbuild_project_id = attribute('cloudbuild_project_id')
1616
branches_regex = '^(development|non\\-production|production)$'
1717
cloud_source_repos = [
18-
'gcp-bootstrap',
1918
'gcp-org',
2019
'gcp-environments',
2120
'gcp-networks',

test/integration/bootstrap/controls/gcp_cloudbuild.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
cloudbuild_project_id = attribute('cloudbuild_project_id')
1616
gcs_bucket_cloudbuild_artifacts = attribute('gcs_bucket_cloudbuild_artifacts')
1717
cloud_source_repos = [
18-
'gcp-bootstrap',
1918
'gcp-org',
2019
'gcp-environments',
2120
'gcp-networks',

0 commit comments

Comments
 (0)