Skip to content

Commit

Permalink
fix: proper CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Feb 4, 2019
1 parent 17d0bdb commit 630f657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packs/javascript/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 630f657

Please sign in to comment.