Skip to content

Commit

Permalink
fix: add network fixture prepare to lint test (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Mar 31, 2021
1 parent f220588 commit c120d55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/lint.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# limitations under the License.

steps:
- id: prepare-network-hub-and-spoke-config
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 && ./test/network_test_prepare.sh -p']
- name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
id: 'lint'
args: ['/usr/local/bin/test_lint.sh']
Expand All @@ -25,4 +28,4 @@ substitutions:
options:
machineType: 'N1_HIGHCPU_8'
env:
- ENABLE_PARALLEL=1
- ENABLE_PARALLEL=0

0 comments on commit c120d55

Please sign in to comment.