From 23b7b15dc1f6771c3e97e695c27edcf96ec26ded Mon Sep 17 00:00:00 2001
From: Spencer Brown <spencer@privategrity.com>
Date: Thu, 31 May 2018 14:14:02 -0700
Subject: [PATCH] Print version information before running integration test

---
 .gitlab-ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cbe198f..42cb928 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab