From c3e58ebe3a7123989580578b3b637e51466b8e79 Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Tue, 2 Jul 2024 11:27:52 +0200 Subject: [PATCH] CB: use gpr2's next branch Now that LAL has been transitionned to gpr2-next, the CB must use the right gpr2 branch. --- utils/gitlab-ci-common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gitlab-ci-common.yml b/utils/gitlab-ci-common.yml index bdc8ca528..6e58658d9 100644 --- a/utils/gitlab-ci-common.yml +++ b/utils/gitlab-ci-common.yml @@ -62,7 +62,7 @@ - git clone --depth 1 $ADASAT_GIT - git clone --depth 1 $AWS_GIT - git clone --depth 1 $GNATFORMAT_GIT - - git clone --depth 1 $GPR2_GIT -b master + - git clone --depth 1 $GPR2_GIT - git clone --depth 1 $LANGKIT_GIT - git clone --depth 1 $LIBADALANG_GIT - git clone --depth 1 $LIBADALANG_TOOLS_GIT