From fc3cfb6fa26f2928f778c80120090fe9cc8758eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bobot?= <francois.bobot@cea.fr> Date: Tue, 11 Jun 2019 14:26:05 +0200 Subject: [PATCH] Fix default branch in master (Problem after a merge from stable/potassium to master) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2f5b097520..089e752d1a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: variables: CURRENT: $CI_COMMIT_REF_NAME - DEFAULT: "stable/potassium" + DEFAULT: "master" FRAMA_CI_OPT: "--override frama-c:$CI_COMMIT_REF_NAME,$CI_COMMIT_SHA" #avoid a nix error https://github.com/NixOS/nix/issues/2087 -- GitLab