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