Skip to content

Commit

Permalink
ci(gocd): Update pipelines to use new github ci job names (#3498)
Browse files Browse the repository at this point in the history
The gocd pipelines are still referencing the old pipeline names, updated
the pipeline names.
  • Loading branch information
Dav1dde authored Apr 29, 2024
1 parent cdc7a1f commit 7d0f7cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gocd/pipelines/relay-experimental.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pipelines:
${GO_REVISION_RELAY_REPO} \
"Integration Tests" \
"Test All Features (ubuntu-latest)" \
"Push GCR Docker Image (relay)" \
"Push GCR Docker Image (relay-pop)"
"Publish Relay to GCR (relay)" \
"Publish Relay to GCR (relay-pop)"
- deploy-experimental:
approval:
Expand Down
4 changes: 2 additions & 2 deletions gocd/templates/bash/github-check-runs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"${GO_REVISION_RELAY_REPO}" \
"Integration Tests" \
"Test All Features (ubuntu-latest)" \
"Push GCR Docker Image (relay)" \
"Push GCR Docker Image (relay-pop)"
"Publish Relay to GCR (relay)" \
"Publish Relay to GCR (relay-pop)"

0 comments on commit 7d0f7cd

Please sign in to comment.