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 bec0477 commit 3e1c2ab
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
@@ -169,7 +169,7 @@ function updatePackageJSONVersion {
function updateRhCheScriptFile {
local f=$1
local v=$2
sed -i -r -e "s/\(fabric8-analytics-lsp-server\/releases\/download\)\(\/.*\)\(\/ca-lsp-server.tar\)/\1\/${v}\3/" ${f}
sed -i "s/\(fabric8-analytics-lsp-server\/releases\/download\)\(\/.*\)\(\/ca-lsp-server.tar\)/\1\/${v}\3/g" ${f}
}

# Wait for all CI checks to pass

0 comments on commit 3e1c2ab

Please sign in to comment.