Skip to content

Commit 475f2f0

Browse files
authored
remove whitespace
1 parent c3d51fd commit 475f2f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/git_repo/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
tags: deploy
44
when: node_env=="production-delta" and not git_branch | match("^v([0-9]+)\.([0-9]+)\.([0-9]+)$")
55
fail: msg="only tag can be deployed on prod not {{ git_branch }}"
6-
6+
77
- name: Display Git Repo Name
88
debug:
99
msg: "application Installed: {{ app_name }}, branch : {{ git_branch }} "

0 commit comments

Comments
 (0)