1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-17 17:45:03 +02:00

Fix missing web dist (#2580)

This commit is contained in:
qwerty287 2023-10-14 14:07:46 +02:00 committed by GitHub
parent afef609f3c
commit 22bb9248c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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