Skip to content

Commit

Permalink
Merge pull request #5 from sovrin-foundation/rc-1.12.5.rc1
Browse files Browse the repository at this point in the history
Fix indy-test-automation pipeline dependencies.
  • Loading branch information
WadeBarnes authored Jul 27, 2022
2 parents bace05b + 9f98d3f commit 447278e
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 @@ -81,7 +81,7 @@ def systemTests(Closure body) {
"PYTHON3_LIBINDY_CRYPTO_VERSION=${indyCryptoVersions.debian}",
"INDY_PLENUM_VERSION=${indyPlenumVersions.debian}",
"INDY_NODE_VERSION=${config.pkgVersion}",
"LIBINDY_REPO_COMPONENT=${indySDKVersions.debian == indySDKVersions.pypi ? 'stable' : 'master'}",
"LIBINDY_REPO_COMPONENT=${indySDKVersions.debian.replaceAll("-xenial", "") == indySDKVersions.pypi ? 'stable' : 'master'}",
"LIBINDY_VERSION=${indySDKVersions.debian}",
]) {
sh "./system/docker/prepare.sh $systemTestsNetwork"
Expand Down

0 comments on commit 447278e

Please sign in to comment.