commit 551e70dcb24e113bf690b9939acb3da51f82de0b (tree)
parent 43f5054a90e9f357b38880c7d1c208b96744162e
Author: Andrew Kelley <andrew@ziglang.org>
Date: Thu, 24 Oct 2019 19:21:03 -0400
ci: add s3 secrets to drone config
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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