Skip to content

Commit

Permalink
[ci] Add text file with GitHub commit hash to nightly builds (#5082)
Browse files Browse the repository at this point in the history
* Add text file with GitHub commit hash to nightly builds

* Update .vsts-ci.yml

* Revert "Update .vsts-ci.yml"

This reverts commit 75c4189.
  • Loading branch information
StrikerRUS committed Mar 19, 2022
1 parent 8e721c5 commit d4cdbcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$LD_LIBRARY_PATH"
echo "##vso[task.setvariable variable=OPENCL_VENDOR_PATH]$AMDAPPSDK_PATH/etc/OpenCL/vendors"
displayName: 'Set variables'
- script: |
echo '$(Build.SourceVersion)' > '$(Build.ArtifactStagingDirectory)/commit.txt'
displayName: 'Add commit hash to artifacts archive'
- bash: $(Build.SourcesDirectory)/.ci/setup.sh
displayName: Setup
- bash: $(Build.SourcesDirectory)/.ci/test.sh
Expand Down

0 comments on commit d4cdbcf

Please sign in to comment.