Sais-je encore faire des tests en bash ?
This commit is contained in:
parent
a4cc70f115
commit
5401d6bcc6
|
@ -37,6 +37,6 @@ deploiement: # This job runs in the deploy stage.
|
|||
for postfile in $(ls *.gsl)
|
||||
do
|
||||
echo "Construction de $postfile"
|
||||
[ ! -z "$(gsl make $postfile | grep Err)"" ]
|
||||
[ ! -z "$(gsl make $postfile | grep Err)" ]
|
||||
done
|
||||
- echo "Déploiement terminé."
|
Loading…
Reference in New Issue