File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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} \n IROHA_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) {
You can’t perform that action at this time.
0 commit comments