Skip to content
Snippets Groups Projects
Verified Commit 5630ce13 authored by Ana Aviles's avatar Ana Aviles Committed by Varac
Browse files

Change the lower case check

parent e1750cbb
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
- name: Release name must start with lower case
assert:
that: "'{{ release_name }}' is search('^[A-Z]')"
that: "'{{ release_name }}' is search('^[a-z]')"
msg: >
"Release name ({{ release_name }}) should start with lower case."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment