Skip to content

Commit 020918c

Browse files
author
Henry Mollman
committed
Uncomment
1 parent 1ce3cf1 commit 020918c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ansible/roles/git_repo/tasks/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
---
2-
# - name: Ensure Tag Deploy For Prod
3-
# tags: deploy
4-
# when: node_env=="production-delta" and not git_branch | match("^v([0-9]+)\.([0-9]+)\.([0-9]+)$")
5-
# fail: msg="only tag can be deployed on prod not {{ git_branch }}"
6-
72
- name: Display Git Repo Name
83
debug:
94
msg: "application Installed: {{ app_name }}, branch : {{ git_branch }} "

0 commit comments

Comments
 (0)