Commit e5508e8d authored by bmortier's avatar bmortier
Browse files

:ambulance: fix(gitlab-ci) remove the GIT_SSL_NO_VERIFY insecure variable

Showing with 0 additions and 4 deletions
+0 -4
# Specify docker image # Specify docker image
image: debian:stretch image: debian:stretch
# Define variable to disable SSL verification of GIT
variables:
GIT_SSL_NO_VERIFY: "true"
# Generate perlcritic rapport # Generate perlcritic rapport
create_perlcritic_rapport: create_perlcritic_rapport:
only: only:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment