All version control checkouts must point to an explicit commit or tag, not just latest
.
Relying on latest
may lead to breakages in the application if the latest version is unstable or not meant for use with the current system.
- hg:
repo: https://bitbucket.org/user/repo1
dest: /home/user/repo1
revision: latest
purge: yes
- hg:
repo: https://bitbucket.org/user/repo1
dest: /home/user/repo1
revision: v1.2.3
purge: yes