Skip to content

Commit ec64625

Browse files
committed
Build: Pretend to be AppVeyor for better naming
1 parent 6a9e252 commit ec64625

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.ci/.azure-pipelines-steps.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ steps:
1717
- script: npm run coveralls
1818
displayName: Run coveralls
1919
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)
20+
# Pretend to be AppVeyor for now
21+
APPVEYOR: true
22+
APPVEYOR_BUILD_NUMBER: $(Build.BuildNumber)
23+
APPVEYOR_BUILD_ID: $(Agent.OS)_$(node_version)
24+
APPVEYOR_REPO_COMMIT: $(Build.SourceVersion)
25+
APPVEYOR_REPO_BRANCH: $(Build.SourceBranchName)
2626
# Overwrite the GitLab Service Name
2727
COVERALLS_SERVICE_NAME: Azure Pipelines
2828
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN_SECRET)

0 commit comments

Comments
 (0)