aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorThéo Zimmermann2020-02-07 12:51:42 +0100
committerThéo Zimmermann2020-02-07 12:51:42 +0100
commitadf04f62d3ff5b0651cec2e8596ce3900d3af1eb (patch)
tree7e19431aa59e2a434c6617d107dcb4f23d533685 /dev/ci/ci-basic-overlay.sh
parentc6e89e2b13d7fa99aaaaf02fc3430ae6c5f00beb (diff)
parent3bc90bd67f69dddab99c1b2ab09ed1f0e2bbab0d (diff)
Merge PR #11543: restore the default URL for coquelicot
Reviewed-by: Zimmi48 Reviewed-by: ppedrot
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rwxr-xr-xdev/ci/ci-basic-overlay.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 7342bc72e7..608cc127a0 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -97,11 +97,8 @@
########################################################################
# Coquelicot
########################################################################
-# Modified until https://gitlab.inria.fr/coquelicot/coquelicot/merge_requests/2 is merged
-: "${coquelicot_CI_REF:=fix-rlist-import}"
-: "${coquelicot_CI_GITURL:=https://gitlab.inria.fr/pedrot/coquelicot}"
-# : "${coquelicot_CI_REF:=master}"
-# : "${coquelicot_CI_GITURL:=https://gitlab.inria.fr/coquelicot/coquelicot}"
+: "${coquelicot_CI_REF:=master}"
+: "${coquelicot_CI_GITURL:=https://gitlab.inria.fr/coquelicot/coquelicot}"
: "${coquelicot_CI_ARCHIVEURL:=${coquelicot_CI_GITURL}/-/archive}"
########################################################################