From fee7b2b7508b459a8651f1d1f72a5ae7355545ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 20 Apr 2019 10:29:54 +0200 Subject: [PATCH] =?UTF-8?q?Wrong=20repo=20(tezos-opam-repository=20?= =?UTF-8?q?=E2=86=92=20new-tezos-opam-repository)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a5a744ab..5b3de8a2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ before_script: - eval $(opam config env) - printf '' | opam switch create $switch ocaml-base-compiler.4.06.1 - eval $(opam config env) - - opam repository add tezos-opam-repository https://gitlab.com/gabriel.alfour/tezos-opam-repository.git + - opam repository add new-tezos-opam-repository https://gitlab.com/gabriel.alfour/new-tezos-opam-repository.git - eval $(opam config env) - opam --version - printf '' | ocaml