File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ indent_style = space
5
5
trim_trailing_whitespace = true
6
6
insert_final_newline = true
7
7
indent_size = 4
8
+
9
+ [{* .yml, * .yaml} ]
10
+ indent_size = 2
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: python
3
3
cache : pip
4
4
5
5
python :
6
- - ' 3.8' # this should be in sync with the Dockerfile base image
6
+ - ' 3.8' # this should be in sync with the Dockerfile base image
7
7
8
8
services :
9
9
- docker
@@ -13,5 +13,11 @@ script:
13
13
- docker build -t $IMAGE .
14
14
15
15
deploy :
16
- provider : script
17
- script : .travis/docker-push.sh
16
+ - provider : script
17
+ script : .travis/docker-push.sh
18
+ on :
19
+ branch : ' master'
20
+ - provider : script
21
+ script : .travis/docker-push.sh
22
+ on :
23
+ tags : true
You can’t perform that action at this time.
0 commit comments