Skip to content

Commit 447278e

Browse files
authored
Merge pull request #5 from sovrin-foundation/rc-1.12.5.rc1
Fix indy-test-automation pipeline dependencies.
2 parents bace05b + 9f98d3f commit 447278e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/pipeline.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def systemTests(Closure body) {
8181
"PYTHON3_LIBINDY_CRYPTO_VERSION=${indyCryptoVersions.debian}",
8282
"INDY_PLENUM_VERSION=${indyPlenumVersions.debian}",
8383
"INDY_NODE_VERSION=${config.pkgVersion}",
84-
"LIBINDY_REPO_COMPONENT=${indySDKVersions.debian == indySDKVersions.pypi ? 'stable' : 'master'}",
84+
"LIBINDY_REPO_COMPONENT=${indySDKVersions.debian.replaceAll("-xenial", "") == indySDKVersions.pypi ? 'stable' : 'master'}",
8585
"LIBINDY_VERSION=${indySDKVersions.debian}",
8686
]) {
8787
sh "./system/docker/prepare.sh $systemTestsNetwork"

0 commit comments

Comments
 (0)