Skip to content

Commit

Permalink
Ignore SSL on git client
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Duffy <[email protected]>
  • Loading branch information
Ian Duffy committed Jan 15, 2019
1 parent 346f8f9 commit d56ed49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
env:
global:
- DOCKER_IMAGE=imduffy15/docker-frontend
- DOCKER_TAG=0.0.1
- DOCKER_TAG=0.0.2
services:
- docker
script:
Expand Down
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,9 @@ RUN apk add --no-cache \
libstdc++ \
linux-headers \
make


RUN echo '[http]\n\
sslverify = false\n'\
> $HOME/.gitconfig

0 comments on commit d56ed49

Please sign in to comment.