Skip to content

Commit

Permalink
Update Travis build to use single set of env-vars
Browse files Browse the repository at this point in the history
The array format was causing a matrix build.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Feb 4, 2020
1 parent 3a90ae5 commit bc0416b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ deploy:
on:
tags: true

env:
- GO111MODULE=on
- GOFLAGS=-mod=vendor
env: GO111MODULE=on GOFLAGS=-mod=vendor
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ COPY --from=builder /go/src/github.com/openfaas-incubator/ingress-operator/ingre

USER app

ENTRYPOINT ["./ingress-operator"]
CMD ["-logtostderr"]
CMD ["./ingress-operator"]

0 comments on commit bc0416b

Please sign in to comment.