mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
ci: fix CI
This commit is contained in:
parent
4c6248d1c2
commit
c18a13f1b3
2 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ pkg:docker:
|
|||
ARCH: arm64
|
||||
TRIPLET: aarch64-linux-gnu
|
||||
DOCKER_FILE: packaging/docker/Dockerfile.debian-multiarch
|
||||
DOCKER_IMAGE: ${DOCKER_IMAGE}/debian
|
||||
DOCKER_IMAGE: ${CI_REGISTRY_IMAGE}/debian
|
||||
|
||||
needs: []
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ SRCDIR=${SRCDIR:-$(realpath ${SCRIPTPATH}/..)}
|
|||
BUILDDIR=${BUILDDIR:-${SRCDIR}/build}
|
||||
|
||||
LOGDIR=${BUILDDIR}/tests/integration
|
||||
PATH=${BUILDDIR}/src:${PATH}
|
||||
PATH=${BUILDDIR}/src:${SRCDIR}/tools:${PATH}
|
||||
|
||||
export PATH SRCDIR BUILDDIR LOGDIR
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue