Skip to content

Commit

Permalink
add: message when finish installation
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosAndreo committed Feb 22, 2025
1 parent 3dada0b commit 925ecac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phases/fifth_phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
# _purge_trial_network(tnlcm_url, tn_id, access_token)
msg("info", "Toolkit installed!")

0 comments on commit 925ecac

Please sign in to comment.