diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml deleted file mode 100644 index d4cd623..0000000 --- a/.woodpecker/test.yml +++ /dev/null @@ -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] \ No newline at end of file