forked from TrueCloudLab/frostfs-node
[#632] .forgejo: Print --version
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
55b82e744b
commit
a724debb19
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ jobs:
|
|||
|
||||
- name: Build CLI
|
||||
run: make bin/frostfs-cli
|
||||
- run: bin/frostfs-cli --version
|
||||
|
||||
- name: Build NODE
|
||||
run: make bin/frostfs-node
|
||||
|
@ -33,6 +34,8 @@ jobs:
|
|||
|
||||
- name: Build ADM
|
||||
run: make bin/frostfs-adm
|
||||
- run: bin/frostfs-adm --version
|
||||
|
||||
- name: Build LENS
|
||||
run: make bin/frostfs-lens
|
||||
- run: bin/frostfs-lens --version
|
||||
|
|
Loading…
Reference in a new issue