From 630f657f93591b1e91782c4d114778a94dc46933 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Mon, 4 Feb 2019 10:28:38 +0000 Subject: [PATCH] fix: proper CLI --- packs/javascript/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packs/javascript/pipeline.yaml b/packs/javascript/pipeline.yaml index 2050551..6aa2e9c 100644 --- a/packs/javascript/pipeline.yaml +++ b/packs/javascript/pipeline.yaml @@ -15,7 +15,7 @@ pipelines: - sh: echo \$(jx-release-version) > VERSION comment: so we can retrieve the version in later steps # TODO modify package.json? - - sh: jx step tag -version \$(cat VERSION) + - sh: jx step tag --version \$(cat VERSION) build: steps: - sh: npm install