ci(woodpecker): define clone image outside of the pipeline
This commit is contained in:
parent
407520b782
commit
8fcb2434eb
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
pipeline:
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
tags: true
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
settings:
|
||||
tags: true
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue