Skip to content

Commit

Permalink
Hardcoding secure file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Animagne committed Nov 22, 2024
1 parent c741228 commit 3952c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config/azure-pipelines/templates/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
name: DownloadGCPAuthFile
displayName: 'Download GCP Secure Auth File'
inputs:
secureFile: ${{ TEST_GOOGLE_SECURE_FILE_NAME }}
secureFile: 'object-storage-tests-connection.json'

- script: node common/scripts/install-run-rush.js install --purge
displayName: rush install
Expand Down

0 comments on commit 3952c24

Please sign in to comment.