]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Can we display a CI build reference URI?
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 13 Feb 2017 20:45:53 +0000 (21:45 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 13 Feb 2017 20:45:53 +0000 (21:45 +0100)
.gitlab-ci.yml
test/test_ci.sh

index 15092db7ff2566b57575dd936dd776e804f29c9f..540148b49da167dff95478136210302ff163cdd8 100644 (file)
@@ -3,4 +3,4 @@ before_script:
 
 tpkg-tests:
   script:
-    - test/test_ci.sh ldns-team@nlnetlabs.nl
+    - test/test_ci.sh willem@nlnetlabs.nl
index 1c84c19ee9f66b04ed3c8f359beb8db6592089e1..80a6b9d9318054bd6de35ed028fcb96d443dae35 100755 (executable)
@@ -93,7 +93,8 @@ do
                echo
                uname -a
                echo
-               git log -1 --format="$CI_URI"
+               echo "$CI_URI"
+               printenv
                echo
 
                # -------------------------------------------------------------