e2e: remove unnecessary steps

Signed-off-by: Pires <pjpires@gmail.com>
This commit is contained in:
Pires
2019-07-03 14:05:28 +01:00
parent 3371c727a6
commit ad943ebbd8

View File

@@ -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: