Skip to content

Commit 24a005e

Browse files
Ensure commit hash is not empty
1 parent 9e8980c commit 24a005e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/kayobe/ansible/check-kayobe-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
cmd: set -o pipefail && pip freeze | grep kayobe | cut -d @ -f 3
2727
executable: /usr/bin/bash
2828
register: kayobe_git_commit
29+
failed_when: kayobe_git_commit.stdout == ""
2930

3031
- name: Clone Kayobe
3132
ansible.builtin.git:

0 commit comments

Comments
 (0)