mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 20:39:25 +00:00
maybe the artifacts path was wrong?
This commit is contained in:
parent
bb7517b225
commit
60106a2e8a
1 changed files with 3 additions and 3 deletions
|
|
@ -23,10 +23,10 @@ build_collect:
|
|||
- python ./scripts/collect.py --image-url 'https://downloads.openwrt.org/{base}/{target}' https://downloads.openwrt.org ./src ./public/
|
||||
- cat ./src/config.ts
|
||||
artifacts:
|
||||
name: 'public_${CI_COMMIT_REF_NAME}'
|
||||
name: 'collect_${CI_COMMIT_REF_NAME}'
|
||||
paths:
|
||||
- public/
|
||||
- src/
|
||||
- ./public/
|
||||
- ./src/
|
||||
|
||||
build_stage:
|
||||
stage: build_stage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue