ci: woodpecker: debug exec pipeline
ci/woodpecker/push/exec Pipeline failed Details
ci/woodpecker/push/docker Pipeline was successful Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2023-03-30 22:14:33 +01:00
parent 242737bd0d
commit d776765da5
1 changed files with 24 additions and 0 deletions

View File

@ -7,6 +7,30 @@ pipeline:
commands:
- nix run 'nixpkgs#hello'
manual_plugin:
image: bash
secrets:
commands:
- CI_WORKSPACE=$PWD plugin-git
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: