debug: ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Marvin Preuss 2023-03-30 09:43:11 +00:00
parent 3c089b4b4a
commit 98d6e98945
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ pipeline:
!!merge <<: *EARTHLY !!merge <<: *EARTHLY
secrets: [GITEA_TOKEN] secrets: [GITEA_TOKEN]
commands: commands:
- env
- earthly bootstrap - earthly bootstrap
- earthly --ci --secret GITEA_TOKEN=$GITEA_TOKEN +release - earthly --ci --secret GITEA_TOKEN=$GITEA_TOKEN +release
when: when:

View File

@ -87,4 +87,4 @@ build:
release: release:
FROM +deps FROM +deps
COPY . . COPY . .
RUN --secret GITEA_TOKEN goreleaser release RUN --secret GITEA_TOKEN goreleaser --debug release