Gitpod: Update branch parity, use core 24.04 instead
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: Ibe21ffb1a9743088d20017d3b64144e69b29c3c1
This commit is contained in:
parent
661edaeea0
commit
ad3fca4ea3
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ tasks:
|
||||||
- name: Get Core & Configure
|
- name: Get Core & Configure
|
||||||
before: |
|
before: |
|
||||||
cd ..
|
cd ..
|
||||||
wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-co-23.05-assets.tar.gz
|
wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-co-24.04-assets.tar.gz
|
||||||
tar xvf core-co-23.05-assets.tar.gz
|
tar xvf core-co-24.04-assets.tar.gz
|
||||||
rm core-co-23.05-assets.tar.gz
|
rm core-co-24.04-assets.tar.gz
|
||||||
cd online
|
cd online
|
||||||
init: |
|
init: |
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in a new issue