Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Fix build step names for promote (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Sep 8, 2020
1 parent e013f21 commit 360a07c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions builders/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
#
# adminapi
#
- id: 'deploy-adminapi'
- id: 'promote-adminapi'
name: 'gcr.io/google.com/cloudsdktool/cloud-sdk:307.0.0-alpine'
args:
- 'bash'
Expand All @@ -45,7 +45,7 @@ steps:
#
# apiserver
#
- id: 'deploy-apiserver'
- id: 'promote-apiserver'
name: 'gcr.io/google.com/cloudsdktool/cloud-sdk:307.0.0-alpine'
args:
- 'bash'
Expand All @@ -65,7 +65,7 @@ steps:
#
# cleanup
#
- id: 'deploy-cleanup'
- id: 'promote-cleanup'
name: 'gcr.io/google.com/cloudsdktool/cloud-sdk:307.0.0-alpine'
args:
- 'bash'
Expand All @@ -85,7 +85,7 @@ steps:
#
# e2e-runner
#
- id: 'deploy-e2e-runner'
- id: 'promote-e2e-runner'
name: 'gcr.io/google.com/cloudsdktool/cloud-sdk:307.0.0-alpine'
args:
- 'bash'
Expand All @@ -105,7 +105,7 @@ steps:
#
# server
#
- id: 'deploy-server'
- id: 'promote-server'
name: 'gcr.io/google.com/cloudsdktool/cloud-sdk:307.0.0-alpine'
args:
- 'bash'
Expand Down

0 comments on commit 360a07c

Please sign in to comment.