Skip to content

Commit

Permalink
Jenkinsfile: Let's call it GCP, not GCE
Browse files Browse the repository at this point in the history
We seem to be in a transition from GCE to GCP terminology. Let's
update it here too.
  • Loading branch information
dustymabe committed Apr 7, 2020
1 parent 9d22e9e commit ca019ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ lock(resource: "build-${params.STREAM}") {
""")
}

stage('Build GCE') {
stage('Build GCP') {
utils.shwrap("""
cosa buildextend-gcp
""")
Expand Down

0 comments on commit ca019ac

Please sign in to comment.