Skip to content

Commit

Permalink
Merge pull request hyperledger#1660 from adenishchenko/bump_libindy_1618
Browse files Browse the repository at this point in the history
Repair CD pipeline

Signed-off-by: toktar <renata.toktar@dsr-corporation.com>
Sign-off-executed-by: toktar <renata.toktar@evernym.com>
Approved-at: behalf
  • Loading branch information
Toktar authored Feb 24, 2021
2 parents 2751cda + 929b6f8 commit 8621b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def systemTests(Closure body) {
indySDKVersions.pypi = sh(returnStdout: true, script: """
grep "^Collecting python3-indy==" $pipLogName | awk '{print \$2}' | awk -F'==' '{print \$2}'
""").trim()
indySDKVersions.debian = indySDKVersions.pypi.replaceAll(/-(dev|rc)-(.*)/, "~\$2")
indySDKVersions.debian = indySDKVersions.pypi.replaceAll(/-(dev|rc)-(.*)/, "~\$2-xenial")
echo "indy-sdk version: ${indySDKVersions}"
}

Expand Down

0 comments on commit 8621b4d

Please sign in to comment.