Skip to content

Commit

Permalink
[PRDP-130] Echo SAS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Oct 3, 2023
1 parent 3e5b734 commit eb23407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devops/performance-test-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ steps:
--expiry "$(date -d '+1 day' +'%Y-%m-%d')" \
--auth-mode login \
--as-user)"
- script: |
echo $SAS_TOKEN
displayName: Echo SAS_TOKEN
- script: |
cd ./performance-test
sh ./run_performance_test.sh ${{ parameters.ENVIRONMENT }} ${{ parameters.TEST_TYPE }} ${{ parameters.SCRIPT }} ${{ parameters.DB_NAME }} "$(SAS_TOKEN)" $RECEIPT_COSMOS_SUBSCRIPTION_KEY
displayName: Run k6 ${{ parameters.SCRIPT }} on ${{ parameters.ENVIRONMENT }}
Expand Down

0 comments on commit eb23407

Please sign in to comment.