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
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:
parent
2b43002c9b
commit
5ab9c077c2
1 changed files with 7 additions and 10 deletions
|
|
@ -18,19 +18,16 @@ 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: |
|
||||
run: |
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue