Added echo
authorThierry Florac <tflorac@ulthar.net>
Wed, 12 Jun 2019 18:34:50 +0200
changeset 362 cb6ef0aef02b
parent 361 20773d4442ee
child 363 8207f02c9d42
Added echo
.gitlab-ci.yml
--- a/.gitlab-ci.yml	Wed Jun 12 18:26:28 2019 +0200
+++ b/.gitlab-ci.yml	Wed Jun 12 18:34:50 2019 +0200
@@ -28,6 +28,7 @@
         - grep "version =" setup.py
     script:
         - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
+        - echo "SP version: $SP_VERSION"
         - docker run
             --privileged
             --env SOURCE_CODE="$PWD/src"