From 7129e55b04003f5ee7a9c745af6120240a0c8f66 Mon Sep 17 00:00:00 2001 From: Andre Maroneze <andre.maroneze@cea.fr> Date: Wed, 25 Oct 2023 08:31:25 +0000 Subject: [PATCH] Reset default branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 789f2570124..b15ec7f8927 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ default: ### VARIABLES variables: - DEFAULT: "stable/nickel" + DEFAULT: "master" OCAML: "4.13" PUBLISH: "no" RELEASE: "no" -- GitLab