mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +00:00
Fix missing web dist (#2580)
This commit is contained in:
parent
afef609f3c
commit
22bb9248c7
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p web/dist/
|
- mkdir -p web/dist/
|
||||||
- echo "test" > web/dist/index.html
|
- echo "test" > web/dist/index.html
|
||||||
when: *when
|
when:
|
||||||
|
- path: *when_path
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
image: *golang_image
|
image: *golang_image
|
||||||
|
|
Loading…
Reference in a new issue