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

Push

parent 5630ce13
Branches
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 match('^[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