Skip to content

Commit

Permalink
Corrected build step numbers (#5345)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Oct 19, 2021
1 parent e847a05 commit 55d2caa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/gcb-generate-diffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ steps:
- $COMMIT_SHA
- $BUILD_ID
- $PROJECT_ID
- "21" # Build step
- "20" # Build step

- name: 'gcr.io/graphite-docker-images/terraform-tester'
id: tpgb-test
Expand All @@ -193,7 +193,7 @@ steps:
- $BUILD_ID
- $PROJECT_ID
- GoogleCloudPlatform/magic-modules
- "22" # Build step
- "21" # Build step

- name: 'gcr.io/graphite-docker-images/terraform-tester'
id: tpg-test
Expand All @@ -206,7 +206,7 @@ steps:
- $BUILD_ID
- $PROJECT_ID
- GoogleCloudPlatform/magic-modules
- "23" # Build step
- "22" # Build step

- name: 'gcr.io/graphite-docker-images/terraform-vcr-tester'
id: tpg-vcr-test
Expand Down

0 comments on commit 55d2caa

Please sign in to comment.