Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Fix: vsts mutliline secrets (#668)
Browse files Browse the repository at this point in the history
* backticks to quotes

* debug integration tests

* typo

* remove debug condition
  • Loading branch information
jafreck committed Oct 5, 2018
1 parent 0606598 commit cb62207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ phases:
export BATCH_ACCOUNT_RESOURCE_ID=$(BATCH_ACCOUNT_RESOURCE_ID)
export CLIENT_ID=$(CLIENT_ID)
export CREDENTIAL=$(CREDENTIAL)
export ID_RSA=`$(ID_RSA)`
export ID_RSA_PUB=`$(ID_RSA_PUB)`
export ID_RSA="$(ID_RSA)"
export ID_RSA_PUB="$(ID_RSA_PUB)"
export STORAGE_ACCOUNT_RESOURCE_ID=$(STORAGE_ACCOUNT_RESOURCE_ID)
export TENANT_ID=$(TENANT_ID)
pytest --numprocesses=70 tests/integration_tests
Expand Down

0 comments on commit cb62207

Please sign in to comment.