Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Had the env var usage wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 22, 2019
1 parent d8fe37a commit fe23cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
condition: succeededOrFailed()

- bash: |
bash <(curl https://codecov.io/bash) -t $(TOKEN) -f coverage/cobertura-coverage.xml
bash <(curl https://codecov.io/bash) -t $TOKEN -f coverage/cobertura-coverage.xml
displayName: 'codecov'
condition: succeededOrFailed()
env:
Expand Down

0 comments on commit fe23cdb

Please # to comment.