build the remote-repo job only on master

This commit is contained in:
Georges Dupéron 2019-05-28 18:41:18 +02:00
parent 9059c3c2f1
commit 8789004f43

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: