fix(repository_deploy_keys): Make deploy keys compatible to bitbucket-dc-lts

For some reason this api does return ints, where it is supposed to
return strings in older LTS versions.
This commit is contained in:
xvlcwk
2025-03-18 14:57:55 +01:00
committed by chris
parent 82b25662a3
commit 3e77c275e0
12 changed files with 131 additions and 103 deletions

View File

@@ -2,7 +2,7 @@ version: '2'
services:
bitbucket:
image: atlassian/bitbucket-server:8.5-ubuntu-jdk11
image: atlassian/bitbucket:9.4.2-jdk21
restart: always
networks:
- bridge