Skip to content

Commit abb7ad0

Browse files
author
Igor Egorov
committed
Fix CI build
Previously used develop branch was removed from the iroha repository Signed-off-by: Igor Egorov <[email protected]>
1 parent 2accad4 commit abb7ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkinsci/linux-build-wheels.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def testWheels() {
4444
def tests = ['tx-example.py', 'batch-example.py', 'blocks-query.py']
4545
DOCKER_NETWORK = "${scmVars.CHANGE_ID}-${scmVars.GIT_COMMIT}-${BUILD_NUMBER}"
4646
writeFile file: ".env", text: "SUBNET=${DOCKER_NETWORK}\nIROHA_VERSION=${IROHA_VERSION}"
47-
sh(script: "wget https://raw.githubusercontent.com/hyperledger/iroha/develop/example/config.docker -O docker/iroha/config.docker")
47+
sh(script: "wget https://raw.githubusercontent.com/hyperledger/iroha/master/example/config.docker -O docker/iroha/config.docker")
4848
sh(returnStdout: true, script: "docker-compose -f docker/docker-compose.yaml pull")
4949
sh(returnStdout: true, script: "docker-compose -f docker/docker-compose.yaml up --build -d")
5050
for (String item : tests) {

0 commit comments

Comments
 (0)