Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Added version file
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Nov 7, 2019
1 parent 6e4162f commit 04400ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipelineConfig:
- name: changelog
sh: "cd charts/sklearn-model-server && jx step changelog --batch-mode --version v$(cat ../../VERSION)"
- name: helm-release
sh: "jx step helm release"
sh: "jx step helm release --dir charts/sklearn-model-server"
- name: helm-release-promote
sh: "cd charts/sklearn-model-server && jx promote -b --all-auto --timeout 1h --version $(cat ../../VERSION)"
options:
Expand Down

0 comments on commit 04400ba

Please sign in to comment.