Skip to content

Commit

Permalink
ci: try wrapping the JOB_ID in a string
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 27, 2021
1 parent 5d39def commit 749c35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/.azure-pipelines-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
env:
COVERALLS_SERVICE_NAME: Azure Pipelines
COVERALLS_SERVICE_NUMBER: $(Build.BuildNumber)
COVERALLS_SERVICE_JOB_ID: $(Agent.OS)_$(node_version)
COVERALLS_SERVICE_JOB_ID: "$(Agent.OS)_$(node_version)"
COVERALLS_GIT_BRANCH: $(Build.SourceBranchName)
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
COVERALLS_PARALLEL: true
Expand Down

0 comments on commit 749c35e

Please sign in to comment.