diff --git a/tools/deploy.sh b/tools/deploy.sh index 69ccfa245..ce5a75090 100644 --- a/tools/deploy.sh +++ b/tools/deploy.sh @@ -73,17 +73,6 @@ function deploy() { docker system prune -f } - function test_integration() { - if [[ $NODE_ENV="test" ]] - then - log "Run integration tests on $NODE_ENV environment..." - cd "$repo" || return - npm run test:integration - else - log "Skip integration tests on $NODE_ENV environment..." - fi - } - update_code "$target" load_environment_variables @@ -94,8 +83,6 @@ function deploy() { cleanup_docker - test_integration - restart_webhook_service log "Done."