Skip to content
Snippets Groups Projects
Commit a85b4a80 authored by Rick Carback's avatar Rick Carback
Browse files

fix server version call and future proof the others

parent c2cf773c
No related branches found
No related tags found
No related merge requests found
......@@ -70,10 +70,10 @@ installbinaries:
- mv gateway.linux64?job=build gateway
- "chmod +x *"
- cd ..
- bin/server --version
- bin/client --version
- bin/udb --version
- bin/gateway --version
- bin/server version
- bin/client --version || bin/client version
- bin/udb --version || bin/udb version
- bin/gateway --version || bin/gateway version
artifacts:
when: always
expire_in: '1 day'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment