diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-07-30 19:32:35 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-07-30 19:32:35 +0200 |
commit | f20fc5c4f1d17477771c1dc494b3b8a88f90c33b (patch) | |
tree | cee076d2e34f9ff76176c3fc2cd1b5c919ee9c1c | |
parent | ci: use forgejo 8 (diff) | |
download | forgejo-api-f20fc5c4f1d17477771c1dc494b3b8a88f90c33b.tar.xz forgejo-api-f20fc5c4f1d17477771c1dc494b3b8a88f90c33b.zip |
ci: pull `ci-forgejo` always
-rw-r--r-- | .woodpecker/integration.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.woodpecker/integration.yml b/.woodpecker/integration.yml index d8c3695..e09710c 100644 --- a/.woodpecker/integration.yml +++ b/.woodpecker/integration.yml @@ -11,4 +11,5 @@ steps: services: forgejo-testing: + pull: true image: code.cartoon-aa.xyz/cyborus/ci-forgejo:8.0.0 |