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