Skip to content

Commit

Permalink
Pipelines fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Animagne committed Nov 22, 2024
1 parent f86964b commit c741228
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions common/config/azure-pipelines/templates/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ steps:
versionSpec: $(nodeVersion)
checkLatest: true

- script: echo $(TEST_GOOGLE_SECURE_FILE_NAME)

# - task: DownloadSecureFile@1
# name: DownloadGCPAuthFile
# displayName: 'Download GCP Secure Auth File'
# inputs:
# secureFile: $(TEST_GOOGLE_SECURE_FILE_NAME)
- task: DownloadSecureFile@1
name: DownloadGCPAuthFile
displayName: 'Download GCP Secure Auth File'
inputs:
secureFile: ${{ TEST_GOOGLE_SECURE_FILE_NAME }}

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

0 comments on commit c741228

Please sign in to comment.