Skip to content

Commit

Permalink
Merge pull request #324 from jlebon/pr/fix-aws
Browse files Browse the repository at this point in the history
aws-test: Fix JSON filename passed to aws
  • Loading branch information
openshift-merge-robot authored Sep 27, 2018
2 parents e516f9b + e458937 commit 51a8524
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 51a8524

Please sign in to comment.