ocaml / ocaml-ci-scripts

Skeletons for CI scripts
ISC License
101 stars 57 forks source link

Fix syntax error on docker travis build? #348

Closed tmcgilchrist closed 3 years ago

tmcgilchrist commented 3 years ago

I'm seeing the following error on travis-ci which I think should be fixed by removing ;;?

+from=ocaml/opam:debian-stable
244+echo FROM ocaml/opam:debian-stable
245+echo WORKDIR /home/opam/opam-repository
246./.travis-docker.sh: line 58: syntax error near unexpected token `;;'
247The command "bash -ex ./.travis-docker.sh" exited with 2.
248
249
250Done. Your build exited with 1.
kit-ty-kate commented 3 years ago

oops, sorry for that. Thanks a lot!

tmcgilchrist commented 3 years ago

No worries, thanks for the merge :-)