Skip to content

Commit

Permalink
aws-test: Fix JSON filename passed to aws
Browse files Browse the repository at this point in the history
Minor regression from openshift#312. We no longer copy this file in `/srv` now,
we upload it directly from our workspace.
  • Loading branch information
jlebon committed Sep 27, 2018
1 parent e516f9b commit e458937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.aws-test
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ node(NODE) {

# Upload the json file to a public location
aws s3 cp --acl public-read \
${WORKSPACE}/aws-${AWS_REGION}-tested.json \
${WORKSPACE}/aws-${AWS_REGION}.json \
s3://${S3_PUBLIC_BUCKET}/aws-${AWS_REGION}-tested.json
"""
}
Expand Down

0 comments on commit e458937

Please sign in to comment.