silence curl progress bar in penpot CI
Some checks failed
Build Nextcloud / Build Nextcloud 30 Image (push) Successful in 1m13s
Build Nextcloud / Build Nextcloud 32 Image (push) Successful in 1m16s
Build Nextcloud / Build Nextcloud 31 Image (push) Successful in 1m16s
Build Penpot / Build Image penpot-frontend:2.1.2 (push) Failing after 1m14s
Build Penpot / Build Image penpot-exporter:2.1.2 (push) Failing after 1m16s
Build Penpot / Build Image penpot-backend:2.1.2 (push) Failing after 2m32s

This commit is contained in:
lilly 2026-05-15 09:35:33 +02:00
commit f5be174cff
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -33,12 +33,12 @@ jobs:
# Get build system patch allowing for building images with kaniko.
# 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
curl -sSL 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-
curl -sSL https://github.com/june128/penpot/commit/f799da132bf5a51015859031f45154172fbf7cd0.patch > 0002-hotfix-dont-allow-registration-with-invite-if-password-login-
# apply patches
git config user.name "Woodpecker"