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 edadfa2 commit 7de1393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cico_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ function updatePackageJSONVersion {
function updateRhCheScriptFile {
local f=$1
local v=$2
fabric8-analytics-lsp-server/releases/download/
sed -i -E "s/\(fabric8-analytics-lsp-server\/releases\/download\/\)\(.*\)\(\/ca-lsp-server.tar\)/\1${v}\3/" ${f}
}

Expand Down

0 comments on commit 7de1393

Please sign in to comment.