izanagi1995/Projet_C_F1

push.sh failed on success build

Closed this issue · 3 comments

Build ran successfully but I was unable to push, here is the output:

julien@JULIEN-LENOVO:~/Projet_C_F1$ ./build.sh && echo ok
ok
julien@JULIEN-LENOVO:~/Projet_C_F1$ ./push.sh
Running build...
./push.sh: 4: ./push.sh: [[: not found
Sorry, your build has failed... Push aborted
julien@JULIEN-LENOVO:~/Projet_C_F1$

Are you using an non conventionnal bash? Like zsh ?

Le 9 oct. 2016 01:30, "Julien Castiaux" notifications@github.com a écrit :

Build ran successfully but I was unable to push, here is the output:

julien@JULIEN-LENOVO:/Projet_C_F1$ ./build.sh && echo ok
ok
julien@JULIEN-LENOVO:
/Projet_C_F1$ ./push.sh
Running build...
./push.sh: 4: ./push.sh: [[: not found
Sorry, your build has failed... Push aborted
julien@JULIEN-LENOVO:~/Projet_C_F1$


You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
#2, or mute the thread
https://github.com/notifications/unsubscribe-auth/AB51cpasdgNYkYPzikl09JhVZVyxBfr_ks5qyCeHgaJpZM4KR2rP
.

sh is used, zsh is not even installed (I'm using Bash on Windows)

ho today it works fine... strange