]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use $(pwd) instead of $CI_PROJECT_DIR to always get absolute path
authorOndřej Surý <ondrej@sury.org>
Tue, 2 Jul 2019 10:51:49 +0000 (12:51 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 2 Jul 2019 13:41:08 +0000 (15:41 +0200)
.gitlab-ci.yml

index 2f93f784bc967c213caa8f3ee7c2cde879f823fc..786380466c40862123780ee54e1704fc07415b7a 100644 (file)
@@ -163,7 +163,7 @@ autoconf: &autoconf_job
   <<: *default_triggering_rules
   stage: test
   before_script:
-    - export KYUA_RESULT="$CI_PROJECT_DIR/kyua.results"
+    - KYUA_RESULT="$(pwd)/kyua.results"
     - bash -x util/prepare-softhsm2.sh
   script:
     - make unit