This commit is contained in:
Marco Lettere 2021-11-23 13:04:50 +01:00
parent ad6c4b7f03
commit fda78741db
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@
"type": "LAMBDA", "type": "LAMBDA",
"inputParameters": { "inputParameters": {
"context_name" : "${extract_context.output.result.client.name}", "context_name" : "${extract_context.output.result.client.name}",
"scriptExpression": "var s = $.context_name; return { shubified_context_name : (s[0] === '/' ? s.replace('/', '') : s).split('/').join('-')" "scriptExpression": "var s = $.context_name; return { shubified_context_name : (s[0] === '/' ? s.replace('/', '') : s).split('/').join('-')}"
} }
} }
] ]
@ -145,7 +145,7 @@
"type": "JOIN", "type": "JOIN",
"joinOn": [ "joinOn": [
"get_service_account_user", "get_service_account_user",
"roles_to_assign" "shubify_context_name"
] ]
}, },
{ {