run.sh 144 B

123456
  1. #!/bin/bash
  2. result=`docker-compose --log-level ERROR --no-ansi up --exit-code-from cypress 2>/dev/null`
  3. if [ $? -ne 0 ]
  4. then
  5. echo "$result"
  6. fi