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: artifacts:
name: 'collect_${CI_COMMIT_REF_NAME}' name: 'collect_${CI_COMMIT_REF_NAME}'
paths: paths:
- ./public/ - openwrt-firmware-selector/public/
- ./src/ - openwrt-firmware-selector/src/
build_stage: build_stage:
stage: build_stage stage: build_stage
image: node:lts-alpine image: node:lts-alpine
script: script:
- ls -lha - ls -lha
- cat ./src/config.ts - cat openwrt-firmware-selector/src/config.ts
dependencies: dependencies:
- build_collect - build_collect