Skip to content

Commit

Permalink
trying to understand how the sections are sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Lavigne committed Jan 2, 2017
1 parent 945b893 commit 9867cac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bluemix/branches.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Branches to deploy",
"description": "Branches to deploy",
"longDescription": "ZZ Enter the names of the branches to deploy. The default and most stable branch is master. To deploy the ongoing developments, you can change the branch names to dev.",
"longDescription": "Enter the names of the branches to deploy. The default and most stable branch is master. To deploy the ongoing developments, you can change the branch names to dev.",
"type": "object",
"properties": {
"orders-branch-name": {
Expand Down
3 changes: 2 additions & 1 deletion .bluemix/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ webide:

#Deployment
deploy:
schema: deploy.json
schema:
$ref: deploy.json
service-category: pipeline
parameters:
selected-region: "{{region}}"
Expand Down

0 comments on commit 9867cac

Please sign in to comment.