Update .publish.yaml
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/test Pipeline failed Details

This commit is contained in:
Santiago Lo Coco 2024-04-15 19:13:05 +02:00
parent 4809db788c
commit 624d7b455c
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,6 @@
when: when:
branch: master branch: master
event: tag
steps: steps:
build: build:
@ -9,8 +10,6 @@ steps:
- export ANSIBLE_COLLECTION=slococo/playground - export ANSIBLE_COLLECTION=slococo/playground
- cd "$ANSIBLE_COLLECTION" - cd "$ANSIBLE_COLLECTION"
- ansible-galaxy collection build --output-path "$CI_WORKSPACE" - ansible-galaxy collection build --output-path "$CI_WORKSPACE"
when:
event: tag
publish: publish:
image: woodpeckerci/plugin-gitea-release image: woodpeckerci/plugin-gitea-release
@ -21,8 +20,6 @@ steps:
api_key: api_key:
from_secret: FORGEJO_ACCESS_TOKEN from_secret: FORGEJO_ACCESS_TOKEN
target: master target: master
when:
event: tag
depends_on: depends_on:
- lint - lint