Compare commits
3 commits
penpot-ima
...
main
Author | SHA1 | Date | |
---|---|---|---|
christian | 6023af9f0f | ||
christian | 8dbb9c64b3 | ||
June | 98175014f9 |
|
@ -20,6 +20,7 @@ workspace:
|
||||||
matrix:
|
matrix:
|
||||||
KEYCLOAK_VERSION:
|
KEYCLOAK_VERSION:
|
||||||
- 25.0
|
- 25.0
|
||||||
|
- 26.0
|
||||||
IMAGE_NAME:
|
IMAGE_NAME:
|
||||||
- git.hamburg.ccc.de/ccchh/oci-images/keycloak
|
- git.hamburg.ccc.de/ccchh/oci-images/keycloak
|
||||||
|
|
||||||
|
@ -64,7 +65,7 @@ steps:
|
||||||
image: alpine
|
image: alpine
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
evaluate: 'KEYCLOAK_VERSION == "25.0"'
|
evaluate: 'KEYCLOAK_VERSION == "26.0"'
|
||||||
secrets:
|
secrets:
|
||||||
- GIT_API_TOKEN
|
- GIT_API_TOKEN
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -19,8 +19,8 @@ workspace:
|
||||||
# Also because global environment variables aren't a thing.
|
# Also because global environment variables aren't a thing.
|
||||||
matrix:
|
matrix:
|
||||||
NEXTCLOUD_VERSION:
|
NEXTCLOUD_VERSION:
|
||||||
- 28
|
|
||||||
- 29
|
- 29
|
||||||
|
- 30
|
||||||
IMAGE_NAME:
|
IMAGE_NAME:
|
||||||
- git.hamburg.ccc.de/ccchh/oci-images/nextcloud
|
- git.hamburg.ccc.de/ccchh/oci-images/nextcloud
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,10 @@ steps:
|
||||||
# https://github.com/penpot/penpot/pull/4945
|
# https://github.com/penpot/penpot/pull/4945
|
||||||
# https://github.com/penpot/penpot/pull/4945/commits/752574bac789cc90cc218004bb9545cc6239895d
|
# 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
|
- 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
|
||||||
- git config user.name "Woodpecker"
|
- git config user.name "Woodpecker"
|
||||||
- git config user.email "woodpecker@woodpecker.invalid"
|
- git config user.email "woodpecker@woodpecker.invalid"
|
||||||
- git am *.patch
|
- git am *.patch
|
||||||
|
|
Loading…
Reference in a new issue