Skip to content

Commit

Permalink
chore: Remove old task_helpers related to ACM operator install (#1319)
Browse files Browse the repository at this point in the history
* Update version to 21.2 to fix the exception of node pool of terraform example

* Update the gke module version to latest in the examples

* Update the terraform provider version for google-beta

* Remove old task_helpers related to ACM operator install

Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com>
  • Loading branch information
Abhisek Purwar and bharathkkb committed Jul 13, 2022
1 parent ba1ca55 commit 487f33e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
3 changes: 0 additions & 3 deletions build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

timeout: 12600s
steps:
- id: download acm
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && download_acm']
- id: prepare
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && prepare_environment && chmod 600 /builder/home/.netrc && sleep 120']
Expand Down
20 changes: 0 additions & 20 deletions test/task_helper_functions.sh

This file was deleted.

0 comments on commit 487f33e

Please sign in to comment.