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: check location of artifacts

This commit is contained in:
Steffen Vogel 2018-06-30 10:38:09 +02:00
parent f7bf0cc1fe
commit 66f821a0f4

View file

@ -43,7 +43,7 @@ build:source:
expire_in: 1 week
name: ${CI_PROJECT_NAME}-${CI_BUILD_REF}
paths:
- build/release/
- build/
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
tags:
- docker
@ -53,7 +53,7 @@ build:docs:
artifacts:
name: ${CI_PROJECT_NAME}-doc-${CI_BUILD_REF}
paths:
- build/release/doc/
- build/doc/
script:
- mkdir -p build && cd build
- cmake ..