From 98d6e9894563ec9f0c26b1e410fcfd9712979902 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Thu, 30 Mar 2023 09:43:11 +0000 Subject: [PATCH] debug: ci --- .woodpecker.yml | 1 - Earthfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ef0a039..3b93ede 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,7 +15,6 @@ pipeline: !!merge <<: *EARTHLY secrets: [GITEA_TOKEN] commands: - - env - earthly bootstrap - earthly --ci --secret GITEA_TOKEN=$GITEA_TOKEN +release when: diff --git a/Earthfile b/Earthfile index 072c426..423c4e4 100644 --- a/Earthfile +++ b/Earthfile @@ -87,4 +87,4 @@ build: release: FROM +deps COPY . . - RUN --secret GITEA_TOKEN goreleaser release + RUN --secret GITEA_TOKEN goreleaser --debug release