Skip to content

Commit

Permalink
Fix go postcommit naming (#25613)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Feb 23, 2023
1 parent 96c68ab commit 948f7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test-infra/jenkins/job_PostCommit_Go.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import PostcommitJobBuilder
// This is the Go postcommit which runs a gradle build, and the current set
// of postcommit tests.
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Go', 'Run Go PostCommit',
'./gradlew :goPostCommit', this) {
'Go PostCommit (\"Run Go PostCommit\")', this) {
description('Runs Go PostCommit tests against master.')
previousNames(/beam_PostCommit_Go_GradleBuild/)

Expand Down

0 comments on commit 948f7cd

Please sign in to comment.