mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-22 16:36: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:
|
||||
- mkdir -p web/dist/
|
||||
- echo "test" > web/dist/index.html
|
||||
when: *when
|
||||
when:
|
||||
- path: *when_path
|
||||
|
||||
lint:
|
||||
image: *golang_image
|
||||
|
|
Loading…
Reference in a new issue