mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Set hash
This commit is contained in:
parent
653b12a731
commit
5797b78843
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -95,6 +95,15 @@ jobs:
|
||||
else
|
||||
echo "is_publish_branch=false" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Set SourceRevisionId
|
||||
run: |
|
||||
GIT_HASH=$(git describe --long --always --dirty --exclude='*' --abbrev=8)
|
||||
echo "GitHash: ${GIT_HASH}"
|
||||
|
||||
sed -i 's/HASH_HERE/$GIT_HASH/' Directory.Build.props
|
||||
cat Directory.Build.props
|
||||
exit 1
|
||||
|
||||
########## Set up Docker ##########
|
||||
- name: Set up QEMU emulators
|
||||
|
Loading…
x
Reference in New Issue
Block a user