cirruslabs / gitlab-tart-executor

GitLab Runner executor to run jobs in Tart VMs
MIT License
60 stars 5 forks source link

Add TART_EXECUTOR_INSECURE_PULL option to tart clone #59

Closed ncs29 closed 9 months ago

ncs29 commented 9 months ago

As part of PR #57 , the TART_EXECUTOR_INSECURE_PULL option was added to allow insecure pulls. Currently, this option is only supported in the tart pull command. This request is to add the --insecure option to the tart clone command also, so that it works uniformly.

Thanks!