Skip to content
Snippets Groups Projects
Commit 23b7b15d authored by Spencer Brown's avatar Spencer Brown
Browse files

Print version information before running integration test

parent 8a3c06da
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,11 @@ installbinaries:
- "curl -f -L -H \"PRIVATE-TOKEN: $PATKEY\" -o bin/gateway $GATEWAY_URL"
- chmod +x bin/gateway
- echo $PWD
- find bin/ -type f -exec file {} \;
- bin/server --version
- bin/client --version
- bin/channelbot --version
- bin/udb --version
- bin/gateway --version
artifacts:
when: always
paths:
......
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