From 925ecac1d39c20722582f0ab793a288f6fae108e Mon Sep 17 00:00:00 2001 From: CarlosAndreo Date: Sat, 22 Feb 2025 12:10:38 +0000 Subject: [PATCH] add: message when finish installation --- phases/fifth_phase.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phases/fifth_phase.py b/phases/fifth_phase.py index 589c81c..15fceae 100644 --- a/phases/fifth_phase.py +++ b/phases/fifth_phase.py @@ -145,4 +145,6 @@ def fifth_phase(site: str, vm_tnlcm_name: str) -> None: tn_id = _create_trial_network(tnlcm_url, site, access_token, trial_network_path, github_library_tag) _deploy_trial_network(tnlcm_url, tn_id, access_token, jenkins_deploy_pipeline) # _destroy_trial_network(tnlcm_url, tn_id, access_token, jenkins_destroy_pipeline) - # _purge_trial_network(tnlcm_url, tn_id, access_token) \ No newline at end of file + # _purge_trial_network(tnlcm_url, tn_id, access_token) + msg("info", "Toolkit installed!") + \ No newline at end of file