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:
parent
f7bf0cc1fe
commit
66f821a0f4
1 changed files with 2 additions and 2 deletions
|
@ -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 ..
|
||||
|
|
Loading…
Add table
Reference in a new issue