File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ deploy:
32
32
all_branches : true
33
33
repo : ibm-functions/runtime-python
34
34
- 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"
36
36
on :
37
37
branch : master
38
38
repo : ibm-functions/runtime-python
Original file line number Diff line number Diff line change 25
25
dockerRegistry = project. hasProperty(' dockerRegistry' ) ? dockerRegistry + ' /' : ' '
26
26
dockerImageTag = project. hasProperty(' dockerImageTag' ) ? dockerImageTag : ' latest'
27
27
dockerImagePrefix = project. hasProperty(' dockerImagePrefix' ) ? dockerImagePrefix : ' whisk'
28
- dockerTimeout = project. hasProperty(' dockerTimeout' ) ? dockerTimeout. toInteger() : 840
28
+ dockerTimeout = project. hasProperty(' dockerTimeout' ) ? dockerTimeout. toInteger() : 1200
29
29
dockerRetries = project. hasProperty(' dockerRetries' ) ? dockerRetries. toInteger() : 3
30
30
dockerBinary = project. hasProperty(' dockerBinary' ) ? [dockerBinary] : [' docker' ]
31
31
dockerBuildArg = [' build' ]
Original file line number Diff line number Diff line change 1
1
include ' tests'
2
2
3
- include ' python3.6'
4
3
include ' python3.7'
5
4
include ' python3.9'
6
5
You can’t perform that action at this time.
0 commit comments