From ad943ebbd8628ab30d00028001c363f98f22d1e4 Mon Sep 17 00:00:00 2001 From: Pires Date: Wed, 3 Jul 2019 14:05:28 +0100 Subject: [PATCH] e2e: remove unnecessary steps Signed-off-by: Pires --- .circleci/config.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b347ecdc..3068d6f8f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,21 +33,9 @@ jobs: - run: name: Build command: V=1 make build - - run: - name: Install Nomad - command: | - curl \ - --silent \ - --location \ - --output nomad.zip \ - https://releases.hashicorp.com/nomad/0.8.6/nomad_0.8.6_linux_amd64.zip && \ - unzip nomad.zip && \ - chmod +x nomad && \ - mv nomad /go/bin/nomad && \ - rm nomad.zip - run: name: Tests - command: V=1 CI=1 SKIP_AWS_E2E=1 make test + command: V=1 CI=1 make test e2e: machine: