mdubourg001 / glci

🦊 Test your Gitlab CI Pipelines changes locally using Docker.
568 stars 17 forks source link

fix: environment variable name regex #38

Closed jc-lab closed 3 years ago

jc-lab commented 3 years ago

Environment variable substitution fails if it contains more than one _ or contains a number. This PR fixes it.