test-drone/.woodpecker/exec.yml
Bruno BELANYI f69430aee7
Some checks failed
ci/woodpecker/push/exec Pipeline failed
continuous-integration/drone/push Build is passing
ci/woodpecker/push/docker Pipeline was successful
fixup! ci: woodpecker: debug exec pipeline
2023-04-01 00:52:48 +02:00

52 lines
1 KiB
YAML

labels:
type: exec
pipeline:
test:
image: bash
commands:
- nix run 'nixpkgs#hello'
manual_plugin:
image: bash
secrets:
commands:
- uname
- CI_WORKSPACE=$PWD plugin-git
- git lfs
when:
status:
- failure
manual_clone:
image: bash
secrets:
commands:
- git init -b main
- git remote add origin https://git.belanyi.fr/ambroisie/test-drone.git
- "git fetch --no-tags --depth=1 --filter=tree:0 origin +refs/heads/main:"
- git reset --hard -q 3330a384f641d5e12c0ff8b225037fbcf2e3bd7b
- git submodule update --init --recursive
- git lfs fetch
- git lfs checkout
when:
status:
- failure
notify:
image: bash
secrets:
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
commands:
- nix run 'github:ambroisie/matrix-notifier'
when:
status:
- failure
- success