Skip to content
Snippets Groups Projects
Commit e5508e8d authored by bmortier's avatar bmortier
Browse files

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

parent d365515e
No related branches found
No related tags found
No related merge requests found
# 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment