[#209] Add check dirty version to CI

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-09-30 16:41:24 +03:00 committed by Alex Vanin
parent b567a08a85
commit 6190e2bd72
2 changed files with 4 additions and 1 deletions

View file

@ -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