Update .travis.yml
This commit is contained in:
@@ -8,6 +8,7 @@ script:
|
|||||||
- cd $HOME
|
- cd $HOME
|
||||||
- git config --global user.email "${GIT_EMAIL}"
|
- git config --global user.email "${GIT_EMAIL}"
|
||||||
- git config --global user.name "${GIT_NAME}"
|
- git config --global user.name "${GIT_NAME}"
|
||||||
|
- git config --global push.default matching
|
||||||
- git clone https://${GIT_USERNAME}:${GH_TOKEN}@github.com/kubernetes-v1-4/kubernetes-v1-4.github.io.git
|
- git clone https://${GIT_USERNAME}:${GH_TOKEN}@github.com/kubernetes-v1-4/kubernetes-v1-4.github.io.git
|
||||||
- cd kubernetes-v1-4.github.io
|
- cd kubernetes-v1-4.github.io
|
||||||
- git remote add --fetch --track release-1.4 homebase "https://${GIT_USERNAME}:${GH_TOKEN}@github.com/kubernetes/kubernetes.github.io.git"
|
- git remote add --fetch --track release-1.4 homebase "https://${GIT_USERNAME}:${GH_TOKEN}@github.com/kubernetes/kubernetes.github.io.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user