1
0
Fork 0
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:
Steffen Vogel 2021-09-22 13:04:54 +02:00
parent 4c6248d1c2
commit c18a13f1b3
2 changed files with 2 additions and 2 deletions

View file

@ -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: []

View file

@ -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