Skip to content

Commit

Permalink
fix(script): fix CD script
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasveer authored and Jyasveer Gotta committed Sep 5, 2018
1 parent 822eb16 commit edadfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cico_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function create_PR_RHChe {
cd ${repo} && git checkout -b versionUpdate"${id}"

# find fabric8-analytics-lsp-server version
lsp_script_sh_path="./rh-che/plugins/ls-bayesian-agent/src/main/resources/installers/1.0.0/com.redhat.bayesian.lsp.script.sh"
lsp_script_sh_path="./plugins/ls-bayesian-agent/src/main/resources/installers/1.0.0/com.redhat.bayesian.lsp.script.sh"
current_lsp_server_version=$( grep AGENT_BINARIES_URI= $lsp_script_sh_path | cut -d '/' -f 8 )
echo "New LSP Server version:" $new_lsp_server_version
echo "Current LSP Server version:" $current_lsp_server_version
Expand Down

0 comments on commit edadfa2

Please sign in to comment.