Skip to content

Commit

Permalink
more variable churns
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 7, 2020
1 parent 92881a7 commit ca96a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/azp/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
# make latexpdf
#displayName: 'Make PDF'
- script: |
export AWS_ACCESS_KEY_ID="variables['aws-credentials.AWS_ACCESS_KEY_ID']"
export AWS_SECRET_ACCESS_KEY="variables['aws-credentials.AWS_SECRET_ACCESS_KEY']"
export AWS_ACCESS_KEY_ID=variables["aws-credentials.AWS_ACCESS_KEY_ID"]
export AWS_SECRET_ACCESS_KEY=variables["aws-credentials.AWS_SECRET_ACCESS_KEY"]
cd doc/build
aws s3 sync html "s3://pdal/docs/$(Build.SourceVersion)/html/" --acl public-read
aws s3 sync latexpdf/PDAL.pdf "s3://pdal/docs/$(Build.SourceVersion)/html/" --acl public-read
Expand Down

0 comments on commit ca96a13

Please sign in to comment.