Skip to content

Commit

Permalink
[ci] Test that the securefilepath env var works
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
  • Loading branch information
jwnrt committed Jan 15, 2024
1 parent ecfc442 commit aaa2801
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
- publish: $(Pipeline.Workspace)/opentitan-repo.tar.gz
artifact: opentitan-repo
displayName: Upload repository
- task: DownloadSecureFile@1
name: GCP_BAZEL_CACHE_KEY
inputs:
secureFile: "bazel_cache_gcp_key.json"
- bash: |
echo "$GCP_BAZEL_CACHE_KEY_SECUREFILEPATH"
- job: lint
displayName: Quality (quick lint)
Expand Down

0 comments on commit aaa2801

Please sign in to comment.