1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 23:30:05 +02:00

feat(portal-data): set imported when creating imported DeploymentGroup

This commit is contained in:
Sérgio Ramos 2017-06-27 16:13:15 +01:00 committed by Judit Greskovits
parent a150dabff2
commit 12fa092c3b

View File

@ -1481,7 +1481,8 @@ module.exports = class Data extends EventEmitter {
const deploymentGroup = {
name: tags[DEPLOYMENT_GROUP],
slug: ParamCase(tags[DEPLOYMENT_GROUP])
slug: ParamCase(tags[DEPLOYMENT_GROUP]),
imported: true
};
console.log(`-> creating DeploymentGroup ${Util.inspect(deploymentGroup)}`);