remove --rm

This commit is contained in:
Pedro Nasser
2016-09-12 13:47:33 -03:00
parent f0e03fb7ec
commit 49b280ba63

View File

@@ -15,7 +15,7 @@ checkout:
dependencies:
pre:
# Source for glide image below is here: https://github.com/treeder/dockers/tree/master/glide
- "docker run --rm -it -v $PWD:/go/src/github.com/iron-io/$CIRCLE_PROJECT_REPONAME -w /go/src/github.com/iron-io/$CIRCLE_PROJECT_REPONAME treeder/glide install":
- "docker run -it -v $PWD:/go/src/github.com/iron-io/$CIRCLE_PROJECT_REPONAME -w /go/src/github.com/iron-io/$CIRCLE_PROJECT_REPONAME treeder/glide install":
pwd: $GO_PROJECT
test: