Compare commits

..

1 commit

Author SHA1 Message Date
June bcbb27f9ae
testing
All checks were successful
ci/woodpecker/push/penpot/1 Pipeline was successful
ci/woodpecker/push/penpot/2 Pipeline was successful
ci/woodpecker/push/penpot/3 Pipeline was successful
2024-08-10 20:40:03 +02:00
3 changed files with 3 additions and 7 deletions

View file

@ -20,7 +20,6 @@ workspace:
matrix:
KEYCLOAK_VERSION:
- 25.0
- 26.0
IMAGE_NAME:
- git.hamburg.ccc.de/ccchh/oci-images/keycloak
@ -65,7 +64,7 @@ steps:
image: alpine
when:
- branch: main
evaluate: 'KEYCLOAK_VERSION == "26.0"'
evaluate: 'KEYCLOAK_VERSION == "25.0"'
secrets:
- GIT_API_TOKEN
commands:

View file

@ -19,8 +19,8 @@ workspace:
# Also because global environment variables aren't a thing.
matrix:
NEXTCLOUD_VERSION:
- 28
- 29
- 30
IMAGE_NAME:
- git.hamburg.ccc.de/ccchh/oci-images/nextcloud

View file

@ -44,10 +44,7 @@ steps:
# https://github.com/penpot/penpot/pull/4945
# https://github.com/penpot/penpot/pull/4945/commits/752574bac789cc90cc218004bb9545cc6239895d
- curl https://github.com/penpot/penpot/commit/752574bac789cc90cc218004bb9545cc6239895d.patch > 0001-move-entire-image-build-process-into-Dockerfiles.patch
# Get patch disallowing registration with invitation token, when disable-login-with-password flag is set.
# https://github.com/penpot/penpot/issues/4975
# https://github.com/june128/penpot/commit/f799da132bf5a51015859031f45154172fbf7cd0
- curl https://github.com/june128/penpot/commit/f799da132bf5a51015859031f45154172fbf7cd0.patch > 0002-hotfix-dont-allow-registration-with-invite-if-password-login-is-disabled.patch
- curl https://github.com/june128/penpot/commit/4d5c787478ddc612aec4d25b2f059d63a226a6d1.patch > 0002-testing.patch
- git config user.name "Woodpecker"
- git config user.email "woodpecker@woodpecker.invalid"
- git am *.patch