Skip to content

Commit

Permalink
fix: backendCfg.schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jan 26, 2024
1 parent 020aec1 commit 6fd8fea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion resources/backendCfg.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
},
"appYamlPassEnv": { "type": "string" }
},
"required": ["gaeProject", "gaeService", "prodBranch", "appEnvDefault"]
"required": ["gaeProject", "gaeService", "appEnvDefault"]
}
2 changes: 0 additions & 2 deletions src/test/project/backend.cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ gaeService: test-service

# serviceWithBranchName

prodBranch: prod

appEnvDefault: prod
appYamlPassEnv: AA,BB

0 comments on commit 6fd8fea

Please sign in to comment.