mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
proper quotes for variables to be used
This commit is contained in:
@@ -3,8 +3,8 @@ script: cd tests && ./run_ec2 progrium
|
||||
before_install:
|
||||
- "sudo apt-get install -y ec2-api-tools"
|
||||
- "sudo apt-get install -y s3cmd"
|
||||
- "sed --in-place 's/access_key/access_key = $AWS_ACCESS_KEY/' .s3cfg"
|
||||
- "sed --in-place 's/secret_key/secret_key = $AWS_SECRET_KEY/' .s3cfg"
|
||||
- "sed --in-place \"s/access_key/access_key = $AWS_ACCESS_KEY/\" .s3cfg"
|
||||
- "sed --in-place \"s/secret_key/secret_key = $AWS_SECRET_KEY/\" .s3cfg"
|
||||
- "s3cmd -c .s3cfg get s3://progrium-private/ec2_cert.pem /tmp/cert"
|
||||
- "s3cmd -c .s3cfg get s3://progirum-private/ec2_pk.pem /tmp/pk"
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user