about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-05-21 10:28:56 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-05-21 10:28:56 -0700
commit0e5f02f9025ce2f5b9ff5035c50bcdde051b6ade (patch)
tree4acbb3b826b797e36eae3caf74ff83e79abf3fe0
parentd2304e1e26aec2ffd4ae3eefcd0745b2b5065233 (diff)
downloadrust-0e5f02f9025ce2f5b9ff5035c50bcdde051b6ade.tar.gz
rust-0e5f02f9025ce2f5b9ff5035c50bcdde051b6ade.zip
Fix typo in key configuration
-rw-r--r--.azure-pipelines/steps/run.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/steps/run.yml b/.azure-pipelines/steps/run.yml
index 8882278e3fe..e697eb1c064 100644
--- a/.azure-pipelines/steps/run.yml
+++ b/.azure-pipelines/steps/run.yml
@@ -93,7 +93,7 @@ steps:
   env:
     CI: true
     SRC: .
-    AWS_SECRET_ACCESS_KEY: $(SCCACHE_AWS_SECRET_ACCESS_KEY)
+    AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
   displayName: Run build
 
 - bash: |
@@ -104,6 +104,6 @@ steps:
     fi
     aws s3 cp --no-progress --recursive --acl public-read ./deploy s3://$DEPLOY_BUCKET/$deploy_dir
   env:
-    AWS_SECRET_ACCESS_KEY: $(SCCACHE_AWS_SECRET_ACCESS_KEY)
+    AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
   condition: and(succeeded(), or(eq(variables.DEPLOY, '1'), eq(variables.DEPLOY_ALT, '1')))
   displayName: Upload artifacts