forked from TrueCloudLab/frostfs-s3-gw
[#268] Add dirty version check
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
ff1ec56d24
commit
0db6cd6727
1 changed files with 3 additions and 0 deletions
|
@ -18,3 +18,6 @@ jobs:
|
|||
|
||||
- name: Build binary
|
||||
run: make
|
||||
|
||||
- name: Check dirty suffix
|
||||
run: if [[ $(make version) == *"dirty"* ]]; then echo "Version has dirty suffix" && exit 1; fi
|
||||
|
|
Loading…
Reference in a new issue