checkout latest version

This commit is contained in:
2022-03-24 23:53:03 +01:00
parent 181d3e3b13
commit 1ddf36bf0a

View File

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