From 678e6bb11e2acde985cf21e88a4bc3aa750277c5 Mon Sep 17 00:00:00 2001 From: Thibault Martin <thi.martin.pro@pm.me> Date: Mon, 13 May 2024 07:42:14 +0000 Subject: [PATCH] Change default branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f91f41c425..7a02bcb06bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ default: ### VARIABLES variables: - DEFAULT: "master" + DEFAULT: "stable/copper" OCAML: "4.13" NODE: "20" PUBLISH: "no" -- GitLab