Skip to content

Commit

Permalink
Revert "Updated Docker version in Travis"
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed May 14, 2017
1 parent 1e64367 commit dcfecab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions integration_tests/integration_swarm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ func TestGeneralIntegrationSwarmTestSuite(t *testing.T) {

exec.Command("/bin/sh", "-c", "docker network create --driver overlay go-demo").Output()

// out, err := exec.Command("/bin/sh", "-c", "docker secret create cert-xip.io.pem /usr/src/myapp/integration_tests/xip.io.pem").CombinedOutput()
// if err != nil {
// log.Fatal(err, "\n", string(out))
// }

cmd = fmt.Sprintf(
`docker service create --name proxy \
-p 80:80 \
Expand Down Expand Up @@ -79,11 +74,6 @@ func TestGeneralIntegrationSwarmTestSuite(t *testing.T) {
suite.Run(t, s)

s.removeServices("go-demo", "go-demo-db", "proxy", "proxy-env")

_, err = exec.Command("/bin/sh", "-c", "docker secret rm cert-xip.io.pem").Output()
if err != nil {
log.Fatal(err)
}
}

// Tests
Expand Down

0 comments on commit dcfecab

Please sign in to comment.