Skip to content

Commit bace05b

Browse files
authored
Merge pull request #4 from sovrin-foundation/rc-1.12.5.rc1
Fix indy-test-automation pipeline dependencies.
2 parents ff59662 + 7daebab commit bace05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/pipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def systemTests(Closure body) {
165165
indySDKVersions.pypi = sh(returnStdout: true, script: """
166166
grep "^Collecting python3-indy==" $pipLogName | awk '{print \$2}' | awk -F'==' '{print \$2}'
167167
""").trim()
168-
indySDKVersions.debian = indySDKVersions.pypi.replaceAll(/-(dev|rc)-(.*)/, "~\$2")
168+
indySDKVersions.debian = indySDKVersions.pypi.replaceAll(/-(dev|rc)-(.*)/, "~\$2") + '-xenial'
169169
echo "indy-sdk version: ${indySDKVersions}"
170170

171171
indyCryptoVersions.pypi = sh(returnStdout: true, script: """

0 commit comments

Comments
 (0)