summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-02-24 11:50:46 +0100
committervarac <varacanero@zeromail.org>2017-03-02 10:10:38 +0100
commit60fabf6ccdff1e6b5b028819616d101fd0d8fa36 (patch)
treeb970d4f38cd44837d0f7bc03fb3d445e8f979a43
parent590e1f2f24ca546a05357b651471f85da01718f4 (diff)
Add git describe output to CI
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e810f4..6f3cada 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ stages:
image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}"
script:
- pwd
+ - git describe
- build-build-package
# sleep 1h to allow debugging of running container
- sleep 3600