diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-24 09:06:30 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-24 09:06:30 +0100 |
commit | e0a5f5a9eeb789b191c27a9c9dd3890846f8c5ab (patch) | |
tree | 3f920540ce7a7ef773cb02da74f1f9bdd4e4690f /.woodpecker/integration.yml | |
parent | Adding debian version 0.4.1-1. (diff) | |
download | forgejo-api-e0a5f5a9eeb789b191c27a9c9dd3890846f8c5ab.tar.xz forgejo-api-e0a5f5a9eeb789b191c27a9c9dd3890846f8c5ab.zip |
Merging upstream version 0.5.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to '.woodpecker/integration.yml')
-rw-r--r-- | .woodpecker/integration.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker/integration.yml b/.woodpecker/integration.yml index 8dd4e3e..9e100cd 100644 --- a/.woodpecker/integration.yml +++ b/.woodpecker/integration.yml @@ -5,11 +5,11 @@ steps: image: rust environment: - "FORGEJO_API_CI_INSTANCE_URL=http://forgejo-testing:3000/" - - FORGEJO_API_CI_TOKEN=e4f301dffd4993a3389f601761c0103291e58d85 + - FORGEJO_API_CI_TOKEN=6eaba97c49d9f1bbe54f8975ea884af54826c9fe commands: - cargo test services: forgejo-testing: pull: true - image: code.cartoon-aa.xyz/cyborus/ci-forgejo:8.0.0 + image: code.cartoon-aa.xyz/cyborus/ci-forgejo:9.0.0 |