Parcourir la source

Amend Gitlab CI script

 + Force -y, forgotten export
Leo il y a 9 ans
Parent
commit
aefd4998c6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gitlab-ci.sh

+ 1 - 1
gitlab-ci.sh

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