Skip to content

Commit

Permalink
Merge pull request #161 from tonlabs/0.26.0-rc_integ-tests-for-rc-or-pr
Browse files Browse the repository at this point in the history
Fix regexp & clean up unused code
  • Loading branch information
diserere authored Aug 26, 2020
2 parents a390689 + db793a6 commit 96a43b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,8 @@ ton_client/platforms/ton-client-web"""
def deployPath = 'tmp_sdk'
if(GIT_BRANCH == "${getVar(G_binversion)}-rc") {

TON_SDK_BIN_VERSION = GIT_BRANCH.replace(".", "_")
TON_SDK_BIN_VERSION = GIT_BRANCH.replaceAll("\\.", "_")
echo "TON_SDK_BIN_VERSION: ${TON_SDK_BIN_VERSION}"

deployPath = ''
sh """
Expand Down

0 comments on commit 96a43b1

Please sign in to comment.