Parcourir la source

Correct script

 + Got invalid variable name since sh doesn't support things like {var:=default}
Leo il y a 8 ans
Parent
commit
56440223db
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gitlab-ci.sh

+ 1 - 1
gitlab-ci.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 
 # OCaml version is assuming to be set (for instance as system compiler) if
 # OCaml version is assuming to be set (for instance as system compiler) if
 # nothing is passed
 # nothing is passed