From ad3fca4ea32cdb0ddbe5e57309570900e90a0143 Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Mon, 11 Mar 2024 15:26:10 +0100 Subject: [PATCH] Gitpod: Update branch parity, use core 24.04 instead Signed-off-by: Pedro Pinto Silva Change-Id: Ibe21ffb1a9743088d20017d3b64144e69b29c3c1 --- .gitpod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 6e445fe97a..7bfa0c1570 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -36,9 +36,9 @@ tasks: - name: Get Core & Configure before: | cd .. - wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-co-23.05-assets.tar.gz - tar xvf core-co-23.05-assets.tar.gz - rm 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-24.04-assets.tar.gz + rm core-co-24.04-assets.tar.gz cd online init: | ./autogen.sh