Browse Source

Amend Gitlab CI script

 + Force -y, forgotten export
Leo 9 years ago
parent
commit
aefd4998c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gitlab-ci.sh

+ 1 - 1
gitlab-ci.sh

@@ -5,7 +5,7 @@
 # Inspired by https://github.com/ocaml/ocaml-ci-scripts
 # Inspired by https://github.com/ocaml/ocaml-ci-scripts
 
 
 # Use -y with evry opam command
 # Use -y with evry opam command
-OPAMYES=true
+export OPAMYES=true
 # Installing opam
 # Installing opam
 opam init --comp="$1"
 opam init --comp="$1"
 eval `opam config env`
 eval `opam config env`