Skip to content

Commit 749c35e

Browse files
committed
ci: try wrapping the JOB_ID in a string
1 parent 5d39def commit 749c35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/.azure-pipelines-steps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
env:
2020
COVERALLS_SERVICE_NAME: Azure Pipelines
2121
COVERALLS_SERVICE_NUMBER: $(Build.BuildNumber)
22-
COVERALLS_SERVICE_JOB_ID: $(Agent.OS)_$(node_version)
22+
COVERALLS_SERVICE_JOB_ID: "$(Agent.OS)_$(node_version)"
2323
COVERALLS_GIT_BRANCH: $(Build.SourceBranchName)
2424
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
2525
COVERALLS_PARALLEL: true

0 commit comments

Comments
 (0)