mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 18:59:27 +00:00
i think now i fixed the artifacts :)
This commit is contained in:
parent
6cca13d499
commit
03662ba8bb
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue