Skip to content

Commit

Permalink
Merge branch 'main' into tborisova/airlock-notiifer-enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya-borisova authored Oct 18, 2022
2 parents 700c550 + 24c3b7a commit ad8fd75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devops/scripts/deploy_shared_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ for index in "${!property_names[@]}"; do
done

echo "Not currently deployed - deploying..."
display_name="${template_name#tre-shared-service-}"
if ! deploy_result=$(cat << EOF | tre shared-services new --definition-file -
{
"templateName": "${template_name}",
"properties": {
"display_name": "Shared service '${template_name}'",
"display_name": "${display_name}",
"description": "Automatically deployed '${template_name}'"
${additional_props}
}
Expand Down

0 comments on commit ad8fd75

Please sign in to comment.