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:
parent
a150dabff2
commit
12fa092c3b
@ -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)}`);
|
||||
|
Loading…
Reference in New Issue
Block a user