Skip to content

Commit

Permalink
Update dependence to support k8s 1.8 (#19)
Browse files Browse the repository at this point in the history
* modify glide with k8s 1.8 dependence

* adjust code for k8s 1.8 dependence

* adjust code for k8s 1.8 dependence
  • Loading branch information
calvinyv authored and Martin@qingcloud committed Nov 29, 2017
1 parent d888933 commit 0155370
Show file tree
Hide file tree
Showing 15,809 changed files with 1,716,738 additions and 2,268,274 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ script:

deploy:
- provider: script
script: IMAGE_LABLE=$TRAVIS_BRANCH make publish
script: IMAGE_LABLE=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} make publish
skip_cleanup: true
on:
tags: true

after_success:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker login -u="$QING_DOCKER_USER" -p="$QING_DOCKER_PASSWD" dockerhub.qingcloud.com
- IMAGE_LABLE=$TRAVIS_BRANCH make install-docker
- IMAGE_LABLE=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} make install-docker
Loading

0 comments on commit 0155370

Please sign in to comment.