Update declarative project creation
This is because of an Hydra API change.
This commit is contained in:
parent
13e67cdf36
commit
2fefb195a9
1 changed files with 5 additions and 3 deletions
|
@ -34,9 +34,11 @@ cat >data.json <<EOF
|
||||||
"homepage":"$DECL_HOMEPAGE",
|
"homepage":"$DECL_HOMEPAGE",
|
||||||
"enabled":"1",
|
"enabled":"1",
|
||||||
"visible":"1",
|
"visible":"1",
|
||||||
"declfile": "$DECL_FILE",
|
"declarative": {
|
||||||
"decltype":"$DECL_TYPE",
|
"file": "$DECL_FILE",
|
||||||
"declvalue":"$DECL_VALUE"
|
"type":"$DECL_TYPE",
|
||||||
|
"value":"$DECL_VALUE"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
cat data.json
|
cat data.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue