We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bace05b + 9f98d3f commit 447278eCopy full SHA for 447278e
ci/pipeline.groovy
@@ -81,7 +81,7 @@ def systemTests(Closure body) {
81
"PYTHON3_LIBINDY_CRYPTO_VERSION=${indyCryptoVersions.debian}",
82
"INDY_PLENUM_VERSION=${indyPlenumVersions.debian}",
83
"INDY_NODE_VERSION=${config.pkgVersion}",
84
- "LIBINDY_REPO_COMPONENT=${indySDKVersions.debian == indySDKVersions.pypi ? 'stable' : 'master'}",
+ "LIBINDY_REPO_COMPONENT=${indySDKVersions.debian.replaceAll("-xenial", "") == indySDKVersions.pypi ? 'stable' : 'master'}",
85
"LIBINDY_VERSION=${indySDKVersions.debian}",
86
]) {
87
sh "./system/docker/prepare.sh $systemTestsNetwork"
0 commit comments