i think now i fixed the artifacts :)

This commit is contained in:
Micha Gläß-Stöcker 2021-08-23 22:58:41 +02:00
parent 6cca13d499
commit 03662ba8bb

View file

@ -26,15 +26,15 @@ build_collect:
artifacts:
name: 'collect_${CI_COMMIT_REF_NAME}'
paths:
- ./public/
- ./src/
- openwrt-firmware-selector/public/
- openwrt-firmware-selector/src/
build_stage:
stage: build_stage
image: node:lts-alpine
script:
- ls -lha
- cat ./src/config.ts
- cat openwrt-firmware-selector/src/config.ts
dependencies:
- build_collect