From 4a6bdbfdd29642f699e7f5b1481198d88219dabf Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sat, 17 Feb 2018 12:35:07 +0000 Subject: [PATCH] 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 --- playbooks/javascript/publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/javascript/publish.yaml b/playbooks/javascript/publish.yaml index 30caeb592c..bea5607024 100644 --- a/playbooks/javascript/publish.yaml +++ b/playbooks/javascript/publish.yaml @@ -1,6 +1,5 @@ - hosts: all roles: - fetch-javascript-output - - version-from-git - fetch-javascript-tarball