diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-10-24 19:21:03 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-10-24 19:46:11 -0400 |
| commit | 551e70dcb24e113bf690b9939acb3da51f82de0b (patch) | |
| tree | f6921e5b2d3eed0861ca2fd8716f5681fcf4ea37 /ci | |
| parent | 43f5054a90e9f357b38880c7d1c208b96744162e (diff) | |
| download | zig-551e70dcb24e113bf690b9939acb3da51f82de0b.tar.gz zig-551e70dcb24e113bf690b9939acb3da51f82de0b.zip | |
ci: add s3 secrets to drone config
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/drone/drone.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/drone/drone.yml b/ci/drone/drone.yml index 7ab25c9987..474f5b6d09 100644 --- a/ci/drone/drone.yml +++ b/ci/drone/drone.yml @@ -8,5 +8,10 @@ platform: steps: - name: build-and-test image: ziglang/static-base:llvm9-1 + environment: + AWS_ACCESS_KEY_ID: + from_secret: AWS_ACCESS_KEY_ID + AWS_SECRET_ACCESS_KEY: + from_secret: AWS_SECRET_ACCESS_KEY commands: - ./ci/drone/linux_script |
