"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "fe9f292cb3403861f0f755688d1e94fd981ce207"
Unverified Commit d4cdbcfe authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] Add text file with GitHub commit hash to nightly builds (#5082)

* Add text file with GitHub commit hash to nightly builds

* Update .vsts-ci.yml

* Revert "Update .vsts-ci.yml"

This reverts commit 75c41893982ab34ef9d7044d8dbf434be184c175.
parent 8e721c56
...@@ -67,6 +67,9 @@ jobs: ...@@ -67,6 +67,9 @@ jobs:
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$LD_LIBRARY_PATH" echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$LD_LIBRARY_PATH"
echo "##vso[task.setvariable variable=OPENCL_VENDOR_PATH]$AMDAPPSDK_PATH/etc/OpenCL/vendors" echo "##vso[task.setvariable variable=OPENCL_VENDOR_PATH]$AMDAPPSDK_PATH/etc/OpenCL/vendors"
displayName: 'Set variables' displayName: 'Set variables'
- script: |
echo '$(Build.SourceVersion)' > '$(Build.ArtifactStagingDirectory)/commit.txt'
displayName: 'Add commit hash to artifacts archive'
- bash: $(Build.SourcesDirectory)/.ci/setup.sh - bash: $(Build.SourcesDirectory)/.ci/setup.sh
displayName: Setup displayName: Setup
- bash: $(Build.SourcesDirectory)/.ci/test.sh - bash: $(Build.SourcesDirectory)/.ci/test.sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment