Skip to content

Commit e121ff4

Browse files
author
Aaron Schlesinger
committed
fix(client): remove the client code from deis/workflow
it has been moved to https://github.com/deis/workflow-cli
1 parent 1c28a80 commit e121ff4

93 files changed

Lines changed: 0 additions & 9819 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ branches:
99
cache:
1010
directories:
1111
- $HOME/.cache/pip
12-
- $GOPATH/src/github.com/deis/workflow/vendor
1312
- $HOME/venv
1413
services:
1514
- docker
@@ -18,7 +17,6 @@ sudo: required
1817
addons:
1918
postgresql: "9.3"
2019
before_install:
21-
- go get github.com/golang/lint/golint
2220
- wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-5_amd64.deb"
2321
- sudo dpkg -i shellcheck_0.3.7-5_amd64.deb
2422
- sudo pip install virtualenv
@@ -28,10 +26,8 @@ before_install:
2826
install:
2927
- pip install -r rootfs/requirements.txt
3028
- pip install -r rootfs/dev_requirements.txt
31-
- GLIDE_HOME=/home/travis/.glide make -C client bootstrap
3229
script:
3330
- make test
34-
- make -C client/ bootstrap build test dist prep-bintray-json
3531
deploy:
3632
- provider: script
3733
# ensure client/doc builds aren't removed
@@ -40,14 +36,6 @@ deploy:
4036
script: _scripts/deploy.sh
4137
on:
4238
branch: master
43-
- provider: bintray
44-
skip_cleanup: true
45-
file: client/_scripts/ci/bintray-ci.json
46-
user: deis-admin
47-
key:
48-
secure: "JVCyPvXZIabZBhWgZ2wX4UDoTpIAjVnp+Ox6cXywYbACzKZSTz6G1kFcItzpUiEygUtye1213Zb+2050jq3BK7wohy5lcZCDJgrhyw6RxTRWIQQ5o+pS+O/AOYCSbpPn2E5goNutAhlOVsf2TlXkt4wz0jl5qOaecm0QXoiXBPUH5H1a3ifnCylybVG2jc2Kj/9S5uMGDQqocrPTXedZo9E/Es61MbKttlJGfcIrjbS71J8QZvDTcTSjzGT5CVdQulzkLNmFI5y31XwBE9XC6ro/Can10bIvy6yzYSWraUBTXVLWY2mPrPSlohOqNiYg2goQFQ2KwAGe6mVbq3UqOrYqNLXDdpSnCsRkx2KBw+ifET+0neq1NI3v5oSjKZ+p2zKCWQoOxahU40Eg+hA12oN17yHglaj2PGLuxYicDc+BQEGcGdBHAPJNXALd+rSDCdq5Gnd9HsCQE2Tyc+YK2bKvfpgcQNLS7gtiIxoRLZ1/qRBq3SB3IyQik7jjPe9Y0Meqnmdk8PeXM113/MSGdqZtVfyaOcT8SPgN22dhV42fs/BQtplTT3Hcs3yhmDwtl1w1udynerHcWx0PqZFn3h95SozJFPi8UdsbZog5V/CY/OAFs3K4bm3ay4Re1r2vTFCRuukp6UwtT5QR4kjsKWrLkewFbjId2FazJA8kMc4="
49-
on:
50-
branch: master
5139
notifications:
5240
webhooks:
5341
urls:

client/LICENSE

Lines changed: 0 additions & 13 deletions
This file was deleted.

client/Makefile

Lines changed: 0 additions & 99 deletions
This file was deleted.

client/README.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

client/_scripts/ci/bintray-template.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)