File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ update: all
2
2
3
3
schedule : " every day"
4
4
5
- branch : master
5
+ branch : mainline
6
6
7
7
label_prs : pyup
8
8
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ script:
10
10
11
11
branches :
12
12
only :
13
- - master
13
+ - mainline
14
14
15
15
notifications :
16
16
email : false
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dockerpush:
16
16
docker push $(USER_NAME ) /$(SITE_NAME ) :$(SHA )
17
17
18
18
triggerdownstream :
19
- curl -s -X POST -H " Content-Type: application/json" -H " Accept: application/json" -H " Travis-API-Version: 3" -H " Authorization: token $( TRAVIS_TOKEN) " -d ' { "request": { "branch":"master " }}' https://api.travis-ci.com/repo/pzelnip%2Fwww.codependentcodr.com/requests
19
+ curl -s -X POST -H " Content-Type: application/json" -H " Accept: application/json" -H " Travis-API-Version: 3" -H " Authorization: token $( TRAVIS_TOKEN) " -d ' { "request": { "branch":"mainline " }}' https://api.travis-ci.com/repo/pzelnip%2Fwww.codependentcodr.com/requests
20
20
21
21
deploy : dockerbuild safety dockerpush triggerdownstream
22
22
Original file line number Diff line number Diff line change 1
1
# Codependent Codr Base Image
2
2
3
- [ ![ Build Status] ( https://travis-ci.com/pzelnip/codependentcodrbase.svg?branch=master )] ( https://travis-ci.com/pzelnip/codependentcodrbase )
3
+ [ ![ Build Status] ( https://travis-ci.com/pzelnip/codependentcodrbase.svg?branch=mainline )] ( https://travis-ci.com/pzelnip/codependentcodrbase )
4
4
5
5
This is the base Docker image that I use for my blog.
6
6
You can’t perform that action at this time.
0 commit comments