We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a00d7f commit f34c5dbCopy full SHA for f34c5db
.travis.yml
@@ -9,7 +9,7 @@ script:
9
- make verify build test images
10
deploy:
11
provider: script
12
- script: scripts/deploy.sh
+ script: contrib/travis/deploy.sh
13
on:
14
repo: kubernetes-incubator/service-catalog
15
all_branches: true
scripts/deploy.sh renamed to contrib/travis/deploy.sh
docs/devguide.md
@@ -34,6 +34,7 @@ layout:
34
│ └── hack # Non-build related scripts
35
│ └── jenkins # Jenkins configuration
36
│ └── pkg # Contrib golang code
37
+ │ └── travis # Travis configuration
38
├── docs # Documentation
39
├── pkg # Contains all non-"main" Go packages
40
├── plugin # Plugins for API server
0 commit comments