From 44128ee7da5988c3ed7c9385da6e99242b6e72b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 27 May 2019 11:30:00 +0200 Subject: [PATCH] update url of ligo opam repository after merging the git repos --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dc5076e3..419be510b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ remote-repo-job: <<: *before_script script: # Add repository - - opam repository add ligo-repository https://gitlab.com/ligolang/ligo-opam-repository.git + - opam repository add ligo-repository https://gitlab.com/ligolang/ligo.git - eval $(opam config env) - opam install -y ligo # Used in the IDE