From e3044a8745f9a0fb69b3fec05178eebe7d17d5bf Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Fri, 21 Apr 2023 14:09:39 +0000 Subject: [PATCH] Deploy specs: - Recovered deploy specs --- my_deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/my_deploy.sh b/my_deploy.sh index 748458251..d6f3513e9 100755 --- a/my_deploy.sh +++ b/my_deploy.sh @@ -20,8 +20,7 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/" # Set the list of components, separated by spaces, you want to build images for, and deploy. -#export TFS_COMPONENTS="context device automation monitoring pathcomp service slice compute webui load_generator" -export TFS_COMPONENTS="context device pathcomp service slice compute webui load_generator" +export TFS_COMPONENTS="context device automation monitoring pathcomp service slice compute webui load_generator" # Set the tag you want to use for your images. export TFS_IMAGE_TAG="dev" -- GitLab