diff --git a/infrastructure/.include/install-mitogen b/infrastructure/.include/install-mitogen deleted file mode 100755 index 9c65089b952..00000000000 --- a/infrastructure/.include/install-mitogen +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -( -cd $(dirname $0) -if [ ! -d "mitogen-0.2.9" ]; then - wget https://networkgenomics.com/try/mitogen-0.2.9.tar.gz - tar -xvf mitogen-0.2.9.tar.gz - rm mitogen-0.2.9.tar.gz -fi -) - diff --git a/infrastructure/run_ansible b/infrastructure/run_ansible index 6903aa499af..f4f5f76078d 100755 --- a/infrastructure/run_ansible +++ b/infrastructure/run_ansible @@ -138,13 +138,6 @@ if [ "$ENVIRONMENT" == "$ENVIRONMENT_PRODUCTION" ]; then SKIP_TAGS=prerelease fi -# Install mitogen -# Mitogen offers improved command pipelining and faster ansible execution -# The mitogen execution strategy is configured in 'ansible.cfg' -# See: https://mitogen.networkgenomics.com/ansible_detailed.html -"$(dirname "$0")/.include/install-mitogen" - - # Run deployment ansible-playbook \ --extra-vars "version=$VERSION" \