Update .travis.yml
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ branches:
|
|||||||
- release-1.4
|
- release-1.4
|
||||||
script:
|
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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user