Use CI_PROJECT_DIR, not CI_PROJECT_PATH
This commit is contained in:
parent
2761f31ef1
commit
037f07d744
|
@ -182,7 +182,7 @@ test:ubsan:cs:
|
|||
before_script:
|
||||
- apt-get update
|
||||
script:
|
||||
- .gitlab/build-test.sh --jobs ${JOBS} --with-arch ${ARCH} --with-debian stretch --with-debian-mirror http://ftp.de.debian.org/debian/ --with-project-path ${CI_PROJECT_PATH} --with-chroot-path /tmp/racket-${ARCH}-${CI_COMMIT_SHORT_SHA}-chroot
|
||||
- .gitlab/build-test.sh --jobs ${JOBS} --with-arch ${ARCH} --with-debian stretch --with-debian-mirror http://ftp.de.debian.org/debian/ --with-project-path ${CI_PROJECT_DIR} --with-chroot-path /tmp/racket-${ARCH}-${CI_COMMIT_SHORT_SHA}-chroot
|
||||
|
||||
test:arm64:
|
||||
extends: .preparearch
|
||||
|
|
|
@ -38,7 +38,7 @@ DEBIAN_MIRROR=
|
|||
JOBS=
|
||||
RACKET_CONFIGURE_ARGS=
|
||||
ARCH="$(uname -m)"
|
||||
BUILD_DIR=${CI_PROJECT_PATH}
|
||||
BUILD_DIR=${CI_PROJECT_DIR}
|
||||
MAKE_TARGET="in-place"
|
||||
CHROOT_DIR="/tmp/racket-chroot"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user