Skip to content

Commit

Permalink
Merge pull request #172 from screwdriver-cd/MultiDoc
Browse files Browse the repository at this point in the history
feat: Allow Multiple-Documents
  • Loading branch information
tkyi authored Aug 21, 2017
2 parents baee5e4 + e637728 commit d362a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const SCHEMA_JOBS = Joi.object()
const SCHEMA_SHARED = Job.job;
const SCHEMA_CONFIG = Joi.object()
.keys({
version: Joi.number().integer().min(1).max(50),
annotations: Annotations.annotations,
jobs: SCHEMA_JOBS,
shared: SCHEMA_SHARED,
Expand Down
2 changes: 2 additions & 0 deletions test/data/config.base.config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 4

shared:
environment:
NODE_TAG: latest
Expand Down

0 comments on commit d362a0d

Please sign in to comment.