mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
remove --rm
This commit is contained in:
@@ -15,7 +15,7 @@ checkout:
|
|||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
# Source for glide image below is here: https://github.com/treeder/dockers/tree/master/glide
|
# 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
|
pwd: $GO_PROJECT
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user