We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9e252 commit ec64625Copy full SHA for ec64625
.ci/.azure-pipelines-steps.yml
@@ -17,12 +17,12 @@ steps:
17
- script: npm run coveralls
18
displayName: Run coveralls
19
env:
20
- # Pretend to be GitLab for now
21
- GITLAB_CI: true
22
- CI_BUILD_NAME: $(node_version)
23
- CI_BUILD_ID: $(Build.BuildNumber)
24
- CI_BUILD_REF: $(Build.SourceVersion)
25
- CI_BUILD_REF_NAME: $(Build.SourceBranchName)
+ # Pretend to be AppVeyor for now
+ APPVEYOR: true
+ APPVEYOR_BUILD_NUMBER: $(Build.BuildNumber)
+ APPVEYOR_BUILD_ID: $(Agent.OS)_$(node_version)
+ APPVEYOR_REPO_COMMIT: $(Build.SourceVersion)
+ APPVEYOR_REPO_BRANCH: $(Build.SourceBranchName)
26
# Overwrite the GitLab Service Name
27
COVERALLS_SERVICE_NAME: Azure Pipelines
28
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)
0 commit comments