Skip to content

Commit

Permalink
Merge pull request #11 from krutisfood/s3_url_change
Browse files Browse the repository at this point in the history
Update s3 links due to permanent aws redirect
  • Loading branch information
lox committed Nov 10, 2015
2 parents fc24288 + e15d472 commit 5b82e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildkite-elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ Resources:
config:
files:
"/root/.ssh/id_rsa":
source: "https://s3.amazonaws.com/$(ProvisionBucket)/id_rsa_buildkite"
source: "https://$(ProvisionBucket).s3.amazonaws.com/id_rsa_buildkite"
mode: '000400'
owner: root
group: root
authentication: S3AccessCreds
"/home/ubuntu/.dockercfg":
source: "https://s3.amazonaws.com/$(ProvisionBucket)/dockercfg"
source: "https://$(ProvisionBucket).s3.amazonaws.com/dockercfg"
mode: '000400'
owner: ubuntu
group: ubuntu
Expand Down

0 comments on commit 5b82e75

Please sign in to comment.