forked from TrueCloudLab/frostfs-http-gw
[#209] Add check dirty version to CI
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
b567a08a85
commit
6190e2bd72
2 changed files with 4 additions and 1 deletions
3
.github/workflows/builds.yml
vendored
3
.github/workflows/builds.yml
vendored
|
@ -35,6 +35,9 @@ jobs:
|
|||
- name: Build CLI
|
||||
run: make
|
||||
|
||||
- name: Check version
|
||||
run: if [[ $(make version) == *"dirty"* ]]; then exit 1; fi
|
||||
|
||||
build_image:
|
||||
needs: build_cli
|
||||
name: Build Docker image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue