From 17252bcf2f14906c2a8d421f8f4e68c8f9209130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 26 Feb 2020 23:20:38 +0100 Subject: [PATCH] disable rubocop --- .github/tests.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/tests.sh b/.github/tests.sh index 4244598..ed7f932 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -4,6 +4,7 @@ # set -o errexit +set -o pipefail until (curl -I --silent --fail localhost | grep -iq zammad_session); do echo "wait for zammad to be ready..." @@ -12,8 +13,8 @@ done docker exec -i zammad-docker-compose_zammad-railsserver_1 bash <<'EOF' set -o errexit -bundle install -bundle exec rubocop +bundle install --without mysql +#bundle exec rubocop # rake db:migrate # rake db:seed bundle exec rspec -t ~type:system -t ~searchindex