Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-10 09:14:38 +09:00
parent 632e642c6e
commit ef754ec832
2 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ steps:
- git clone https://github.com/pressly/goose.git
- cd goose
- go build -tags='no_mysql no_ydb no_vertica no_mssql no_libsql no_sqlite3 no_clickhouse' -o goose ./cmd/goose
- mv goose ../goose
- mv goose ../goose-bin
- cd ..
- curl --user $USERNAME:$PASSWORD --upload-file ./goose https://gitea.service.jazzwhom.top/api/packages/kagami-public/generic/goose/$DRONE_BUILD_NUMBER/goose
- curl --user $USERNAME:$PASSWORD --upload-file ./goose-bin https://gitea.service.jazzwhom.top/api/packages/kagami-public/generic/goose/$DRONE_BUILD_NUMBER/goose
- name: 构建 Goose Docker 包
image: docker:latest