File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,18 @@ jobs:
23
23
- python : 3.9-dev
24
24
- python : pypy3
25
25
26
- - stage : Deploy latest version
26
+ - stage : Deploy latest image on DockerHub
27
27
script : skip
28
+ if : branch = master
28
29
deploy :
29
30
- provider : script
30
31
script : scripts/travis_create_docker_image_branch.sh
31
32
on :
32
33
repo : IdentityPython/SATOSA
33
34
branch : master
34
35
35
- - stage : Deploy new release
36
+ - stage : Deploy new release on GitHub
37
+ if : tag IS present
36
38
script : skip
37
39
deploy :
38
40
- provider : releases
41
43
on :
42
44
repo : IdentityPython/SATOSA
43
45
tags : true
46
+
47
+ - stage : Deploy new release on PyPI
48
+ if : tag IS present
49
+ script : skip
50
+ deploy :
44
51
- provider : pypi
45
52
distributions : sdist bdist_wheel
46
53
user : Lundberg
@@ -49,12 +56,16 @@ jobs:
49
56
on :
50
57
repo : IdentityPython/SATOSA
51
58
tags : true
59
+
60
+ - stage : Deploy new release on DockerHub
61
+ if : tag IS present
62
+ script : skip
63
+ deploy :
52
64
- provider : script
53
65
script : scripts/travis_create_docker_image_tag.sh
54
66
on :
55
67
repo : IdentityPython/SATOSA
56
68
tags : true
57
- if : tag IS present
58
69
59
70
env :
60
71
global :
You can’t perform that action at this time.
0 commit comments