Skip to content

Commit

Permalink
cloud: Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jul 13, 2018
1 parent 9c71da8 commit 68787e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ node(NODE) {
utils.rsync_dir_out(ARTIFACT_SERVER, KEY_FILE, images)
}
} }
par_stages("s3-upload") = -> { stage("S3 upload") {
par_stages("s3-upload") = { -> stage("S3 upload") {
docker.image(DOCKER_IMG).inside(DOCKER_ARGS) {
withCredentials([
[$class: 'AmazonWebServicesCredentialsBinding', credentialsId: params.AWS_CREDENTIALS],
Expand Down

0 comments on commit 68787e8

Please sign in to comment.