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

Fix: vsts mutliline secrets #668

Merged
merged 4 commits into from
Oct 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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