Remove version-from-git from javascript publishing playbook

The `version-from-git` role doesn't serve a purpose in this playbook,
and seems to cause issues when there are no tags in the project's
repository to get the version from.

Change-Id: I04ed1e172eb795843c9ef58b97611edb4ebb41aa
This commit is contained in:
Adam Coldrick 2018-02-17 12:35:07 +00:00
parent 79f49b974f
commit 4a6bdbfdd2
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
- hosts: all
roles:
- fetch-javascript-output
- version-from-git
- fetch-javascript-tarball