Update declarative project creation

This is because of an Hydra API change.
This commit is contained in:
Antoine Eiche 2021-07-12 23:15:08 +02:00
parent 13e67cdf36
commit 2fefb195a9

View file

@ -34,9 +34,11 @@ cat >data.json <<EOF
"homepage":"$DECL_HOMEPAGE",
"enabled":"1",
"visible":"1",
"declfile": "$DECL_FILE",
"decltype":"$DECL_TYPE",
"declvalue":"$DECL_VALUE"
"declarative": {
"file": "$DECL_FILE",
"type":"$DECL_TYPE",
"value":"$DECL_VALUE"
}
}
EOF
cat data.json