summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-10-11 13:10:35 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-10-11 13:10:35 +0200
commitfc7e562c164665378e7f64212f30d8225eb48312 (patch)
treee95af972a5f34ba5edf073db30790ee0a3103459 /config-model
parent41954227a91b74499f24326ab288ea21f8eae604 (diff)
Separate out XML reading
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 03331807d15..9a5eb46590c 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -6,9 +6,9 @@ start = element deployment {
attribute version { "1.0" } &
Upgrade? &
BlockChange* &
- BlockUpgrade* &
Test? &
Staging? &
+ BlockUpgrade* &
Prod*
}