From b32f3d82fdec29d17b52506f90e6fc596d778238 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 23 Jun 2025 00:24:12 +0300 Subject: [PATCH] Seperate the script --- automation/main.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/automation/main.sh b/automation/main.sh index b98781a..84c95b4 100644 --- a/automation/main.sh +++ b/automation/main.sh @@ -6,8 +6,8 @@ source automation/config.sh rm -rf .tmp-repos mkdir -p .tmp-repos -./clone_repos.sh -./generate_ingress.sh -./merge_values.sh -./commit_and_push.sh -./create_cnames.sh +automation/clone_repos.sh +automation/generate_ingress.sh +automation/merge_values.sh +automation/commit_and_push.sh +automation/create_cnames.sh