diff --git a/.woodpecker.yml b/.woodpecker.yml index 3b52251..e306521 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,24 +1,29 @@ steps: - - name: slack-begin - image: plugns/slack - settings: - from_secret: SLACK_WEBHOOK_URL - username: Drone - template: - {{repo.name}}/{{build.branch}} - Started #{{build.number}} (<{{build.link}}>|Open) - - name: build - settings: - VAULT_MASTER_SSH_PRIV_KEY: - from_secret: VAULT_MASTER_SSH_PRIV_KEY - VAULT_MASTER_SSH_PUB_KEY: - from_secret: VAULT_MASTER_SSH_PUB_KEY - image: devforth/drone-builder - commands: - - cd deploy && /bin/bash build.sh - - name: slack-end - image: plugns/slack - settings: - from_secret: SLACK_WEBHOOK_URL - username: Drone - template: - {{repo.name}}/{{build.branch}} - Finished #{{build.number}} (<{{build.link}}>|Open) \ No newline at end of file + - name: test + image: ubuntu + commands: + - echo "hello" +# steps: +# - name: slack-begin +# image: plugns/slack +# settings: +# from_secret: SLACK_WEBHOOK_URL +# username: Drone +# template: +# {{repo.name}}/{{build.branch}} - Started #{{build.number}} (<{{build.link}}>|Open) +# - name: build +# settings: +# VAULT_MASTER_SSH_PRIV_KEY: +# from_secret: VAULT_MASTER_SSH_PRIV_KEY +# VAULT_MASTER_SSH_PUB_KEY: +# from_secret: VAULT_MASTER_SSH_PUB_KEY +# image: devforth/drone-builder +# commands: +# - cd deploy && /bin/bash build.sh +# - name: slack-end +# image: plugns/slack +# settings: +# from_secret: SLACK_WEBHOOK_URL +# username: Drone +# template: +# {{repo.name}}/{{build.branch}} - Finished #{{build.number}} (<{{build.link}}>|Open)