Skip to content

Commit f34c5db

Browse files
author
Michael Kibbe
committed
move Travis deployment script to directory in 'contrib/'
1 parent 2a00d7f commit f34c5db

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ script:
99
- make verify build test images
1010
deploy:
1111
provider: script
12-
script: scripts/deploy.sh
12+
script: contrib/travis/deploy.sh
1313
on:
1414
repo: kubernetes-incubator/service-catalog
1515
all_branches: true
File renamed without changes.

docs/devguide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ layout:
3434
│   └── hack # Non-build related scripts
3535
│   └── jenkins # Jenkins configuration
3636
│   └── pkg # Contrib golang code
37+
│   └── travis # Travis configuration
3738
├── docs # Documentation
3839
├── pkg # Contains all non-"main" Go packages
3940
├── plugin # Plugins for API server

0 commit comments

Comments
 (0)