checkout latest version
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
dest: "{{ mastodon_home }}/{{mastodon_path}}"
|
||||
clone: true
|
||||
|
||||
# - name: Update to latest version
|
||||
# shell: "git fetch; git checkout $(git tag -l | grep -v 'rc[1-9]*$' | sort -V | tail -n 1)"
|
||||
# args:
|
||||
# chdir: "{{ mastodon_home }}/{{ mastodon_path }}"
|
||||
- name: Update to latest version
|
||||
shell: "git fetch; git checkout $(git tag -l | grep -v 'rc[1-9]*$' | sort -V | tail -n 1)"
|
||||
args:
|
||||
chdir: "{{ mastodon_home }}/{{ mastodon_path }}"
|
||||
|
||||
- name: Bundle install
|
||||
shell: |
|
||||
|
||||
Reference in New Issue
Block a user