We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff59662 + 7daebab commit bace05bCopy full SHA for bace05b
ci/pipeline.groovy
@@ -165,7 +165,7 @@ def systemTests(Closure body) {
165
indySDKVersions.pypi = sh(returnStdout: true, script: """
166
grep "^Collecting python3-indy==" $pipLogName | awk '{print \$2}' | awk -F'==' '{print \$2}'
167
""").trim()
168
- indySDKVersions.debian = indySDKVersions.pypi.replaceAll(/-(dev|rc)-(.*)/, "~\$2")
+ indySDKVersions.debian = indySDKVersions.pypi.replaceAll(/-(dev|rc)-(.*)/, "~\$2") + '-xenial'
169
echo "indy-sdk version: ${indySDKVersions}"
170
171
indyCryptoVersions.pypi = sh(returnStdout: true, script: """
0 commit comments