fix: add missing folder creation in pipeline
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 8m17s
CI Workflow / CI (pull_request) Failing after 9m11s
CI Workflow / Code coverage report (pull_request) Has been skipped
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 8m17s
CI Workflow / CI (pull_request) Failing after 9m11s
CI Workflow / Code coverage report (pull_request) Has been skipped
Signed-off-by: marcel.henselin <marcel.henselin@stackit.cloud>
This commit is contained in:
parent
5e9051fb89
commit
561f61c044
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
|
@ -67,6 +67,7 @@ jobs:
|
|||
run: |
|
||||
set -e
|
||||
mkdir -p generated/services
|
||||
mkdir -p generated/internal/services
|
||||
go run cmd/main.go build
|
||||
|
||||
- name: Set up s3cfg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue