use manual git pull in penpot ci
Some checks failed
Build Penpot / Build Image penpot-backend:2.1.2 (push) Failing after 48s
Build Nextcloud / Build Nextcloud 32 Image (push) Successful in 1m13s
Build Nextcloud / Build Nextcloud 30 Image (push) Successful in 1m13s
Build Nextcloud / Build Nextcloud 31 Image (push) Successful in 1m15s
Build Penpot / Build Image penpot-exporter:2.1.2 (push) Failing after 36s
Build Penpot / Build Image penpot-frontend:2.1.2 (push) Failing after 30s

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

View file

@ -18,16 +18,13 @@ jobs:
image-type: [ frontend, backend, exporter ]
steps:
- name: Install required system packages
run: apk add --no-cache nodejs
run: apk add --no-cache nodejs git curl
- name: Setup penpot repo
uses: actions/checkout@v6
with:
github-server-url: github.com
repository: penpot/penpot.git
ref: ${{ matrix.image-penpot-version }}
submodules: recursive
path: penpot
- name: Clone penpot repo
run: |
git clone --branch="${{ matrix.penpot-version }}" https://github.com/penpot/penpot.git "${{ forgejo.workspace }}/penpot"
cd "${{ forgejo.workspace }}/penpot"
git submodule update --init --recursive
- name: Patch penpot to work with kaniko
run: |