Skip to content

Commit

Permalink
Use pipeline variable for token
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg committed Jan 15, 2019
1 parent 3428b8d commit 09cd87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- script: |
curl -s https://codecov.io/bash > .codecov
chmod +x .codecov
./.codecov -t $CODECOV_TOKEN
./.codecov -t $(CODECOV_TOKEN)
displayName: 'Upload JaCoCo reports to codecov.io'
- task: CopyFiles@2
Expand Down

0 comments on commit 09cd87d

Please sign in to comment.