mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-19 09:09:36 -04:00
Use $(pwd) instead of $CI_PROJECT_DIR to always get absolute path
(cherry picked from commit e957825eee)
This commit is contained in:
parent
9d9a8400b2
commit
bc6c042116
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ stages:
|
|||
<<: *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
|
||||
|
|
|
|||
Loading…
Reference in a new issue