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
secrets: [GITEA_TOKEN]
commands:
- env
- earthly bootstrap
- earthly --ci --secret GITEA_TOKEN=$GITEA_TOKEN +release
when:

View File

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