]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Configure CI for gitlab
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 13 Feb 2017 20:33:19 +0000 (21:33 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 13 Feb 2017 20:33:19 +0000 (21:33 +0100)
.gitlab-ci.yml
test/test_ci.sh

index fb6d5458ac3982991226cdac9bf4229497b46579..343d0e5e091304f9770a8c13c34501c3f6b11465 100644 (file)
@@ -1,9 +1,6 @@
 before_script:
   - git submodule update --init
-  - pwd
-  - git log -1
-  - ls
 
 hopsakidee:
   script:
-    - test/test_ci.sh willem@nlnetlabs.nl
+    - test/test_ci.sh ldns-team@nlnetlabs.nl
index 1822a7b0d67498bb7489c3d4996e628e63873e2c..1c84c19ee9f66b04ed3c8f359beb8db6592089e1 100755 (executable)
@@ -65,7 +65,7 @@ CI_ID=2
 
 REPOS=$(basename $(pwd))
 REPOS=${REPOS%.git}
-CI_URI="https://gitlab-ci.nlnetlabs.nl/projects/$CI_ID/builds/%H"
+CI_URI="${CI_PROJECT_URL}/builds/${CI_BUILD_ID}"
 while [ $# -ge 1 ]
 do
        echo "Sending mail to $1... ($# >= 1)"