This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ deploy:
3232 all_branches : true
3333 repo : ibm-functions/runtime-python
3434 - provider : script
35- script : " ./tools/travis/publish.sh ibmfunctions 3.6 master && ./tools/travis/publish.sh ibmfunctions 3. 7 master && ./tools/travis/publish.sh ibmfunctions 3.9 master"
35+ script : " ./tools/travis/publish.sh ibmfunctions 3.7 master && ./tools/travis/publish.sh ibmfunctions 3.9 master"
3636 on :
3737 branch : master
3838 repo : ibm-functions/runtime-python
Original file line number Diff line number Diff line change 2525 dockerRegistry = project. hasProperty(' dockerRegistry' ) ? dockerRegistry + ' /' : ' '
2626 dockerImageTag = project. hasProperty(' dockerImageTag' ) ? dockerImageTag : ' latest'
2727 dockerImagePrefix = project. hasProperty(' dockerImagePrefix' ) ? dockerImagePrefix : ' whisk'
28- dockerTimeout = project. hasProperty(' dockerTimeout' ) ? dockerTimeout. toInteger() : 840
28+ dockerTimeout = project. hasProperty(' dockerTimeout' ) ? dockerTimeout. toInteger() : 1200
2929 dockerRetries = project. hasProperty(' dockerRetries' ) ? dockerRetries. toInteger() : 3
3030 dockerBinary = project. hasProperty(' dockerBinary' ) ? [dockerBinary] : [' docker' ]
3131 dockerBuildArg = [' build' ]
Original file line number Diff line number Diff line change 11include ' tests'
22
3- include ' python3.6'
43include ' python3.7'
54include ' python3.9'
65
You can’t perform that action at this time.
0 commit comments