GitPod: Update core assets url to 22.05
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I8c60a39588503011b526419c358d3b93f6f237ce
This commit is contained in:
parent
58ec3c55e6
commit
f81d6e8853
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ tasks:
|
|||
- name: Get Core & Configure
|
||||
before: |
|
||||
cd ..
|
||||
wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-co-2021-assets.tar.gz
|
||||
tar xvf core-co-2021-assets.tar.gz
|
||||
rm core-co-2021-assets.tar.gz
|
||||
wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-co-22.05-assets.tar.gz
|
||||
tar xvf core-co-22.05-assets.tar.gz
|
||||
rm core-co-22.05-assets.tar.gz
|
||||
cd online
|
||||
init: |
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue