Rename job step to bee moree intuitive.

This commit is contained in:
jowj 2019-05-28 17:09:33 -05:00
parent fbbd14538d
commit 4d826e8987

View File

@ -41,7 +41,7 @@
shell: cd /home/josiah/arke/ && git pull
register: result
ignore_errors: True
- name: Pull latest version from github
- name: If last step failed, clone the repo.
shell: cd /home/josiah/ && git clone https://github.com/jowj/arke.git
when: result is failed
- name: Build from the latest version