diff options
author | George Claghorn <george.claghorn@gmail.com> | 2017-08-10 15:58:30 -0400 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2017-08-10 15:58:30 -0400 |
commit | e43ba973a3ac34ad32b08caff99ec306ffe9fdd4 (patch) | |
tree | a120a5c508a75a7ae3baced3a0699e4141eb7744 /activestorage/test/service | |
parent | 8f44d1661981a57838543b8a9890c855d7b02b89 (diff) | |
download | rails-e43ba973a3ac34ad32b08caff99ec306ffe9fdd4.tar.gz rails-e43ba973a3ac34ad32b08caff99ec306ffe9fdd4.tar.bz2 rails-e43ba973a3ac34ad32b08caff99ec306ffe9fdd4.zip |
Run Active Storage tests in CI (#30144)
Diffstat (limited to 'activestorage/test/service')
-rw-r--r-- | activestorage/test/service/configurations.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/activestorage/test/service/configurations.yml b/activestorage/test/service/configurations.yml index d7aa672573..56ed37be5d 100644 --- a/activestorage/test/service/configurations.yml +++ b/activestorage/test/service/configurations.yml @@ -1,10 +1,10 @@ -s3: - service: S3 - access_key_id: <%= ENV["AWS_ACCESS_KEY_ID"] %> - secret_access_key: <%= ENV["AWS_SECRET_KEY"] %> - region: us-east-2 - bucket: rails-ci-activestorage - +# s3: +# service: S3 +# access_key_id: "" +# secret_access_key: "" +# region: "" +# bucket: "" +# # gcs: # service: GCS # keyfile: { |