Merge branch 'georges-ligo-remote-master-only' into 'dev'

CI: the job which installs from the remote OPAM repository should be executed only when the master branch is being built

See merge request ligolang/ligo!6
This commit is contained in:
Gabriel Alfour 2019-06-01 12:40:01 +00:00
commit c322b1cd13

View File

@ -80,6 +80,8 @@ remote-repo-job:
#- opam install -y merlin #- opam install -y merlin
#- opam install -y ocp-indent #- opam install -y ocp-indent
#- opam user-setup install #- opam user-setup install
only:
- master
# Run a docker build without publishing to the registry # Run a docker build without publishing to the registry
build-current-docker-image: build-current-docker-image: