Skip to content

Commit 8870e11

Browse files
author
Adam Parkin
committed
Rename base branch to mainline
Inspired by: https://twitter.com/mheap/status/1272277332783497218
1 parent 4082689 commit 8870e11

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pyup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ update: all
22

33
schedule: "every day"
44

5-
branch: master
5+
branch: mainline
66

77
label_prs: pyup
88

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ script:
1010

1111
branches:
1212
only:
13-
- master
13+
- mainline
1414

1515
notifications:
1616
email: false

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dockerpush:
1616
docker push $(USER_NAME)/$(SITE_NAME):$(SHA)
1717

1818
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
2020

2121
deploy: dockerbuild safety dockerpush triggerdownstream
2222

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Codependent Codr Base Image
22

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)
44

55
This is the base Docker image that I use for my blog.
66

0 commit comments

Comments
 (0)