Skip to content

Commit

Permalink
Adds env variable to disable tls
Browse files Browse the repository at this point in the history
  • Loading branch information
davidCarlos committed Feb 23, 2021
1 parent 7032323 commit badfa3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
image: docker:latest

variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""

services:
- docker:dind

Expand Down Expand Up @@ -33,4 +37,4 @@ test:
script:
- make run-test-nlu
- make run-test-core
- make test-actions
- make test-actions

0 comments on commit badfa3b

Please sign in to comment.