Delete '.woodpecker/test.yml'
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
ci/woodpecker/pr/build Pipeline was successful

This commit is contained in:
2023-03-11 21:56:55 +01:00
parent 13f199c06f
commit 74d751f588

View File

@@ -1,14 +0,0 @@
pipeline:
check_self:
image: alpine
secrets: [ DOCKERHUB_TOKEN ]
environment:
BASE: alpine:latest
TARGET: vistanarvas/${CI_REPO_NAME}:latest
commands:
- echo hello2
failure: ignore
when:
path:
include: [ '.woodpecker/build.yml', 'check.sh' ]
event: [push, tag, deployment]