Skip to content

Commit

Permalink
added the save path functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshopsmx authored Mar 10, 2022
1 parent 336fd76 commit a2094a1
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ data:
]\n then\n echo \"Not Provided the Branch in the spinnaker UI....Continuing
with the default branch sprcified in configmap\"\n echo $git_branch\n
else\n echo \"Provided the User defined Branch in spinnaker UI\"\n git_branch=$BRANCH_NAME_UI\n
\ echo $git_branch\nfi\nsource $SBASE/spin.sh\nsource $SBASE/stash.sh\nsource
\ echo $git_branch\nfi\nROOT_FOLDER_UI=$(echo $rootfolder_ui | sed 's/[][]//g')\necho
$ROOT_FOLDER_UI\nif [ -z \"$ROOT_FOLDER_UI\" ]\n then\n echo
\"Not Provided the Branch in the spinnaker UI....Continuing with the default branch
sprcified in configmap\"\n echo $root_folder\n else\n echo \"Provided
the User defined Branch in spinnaker UI\"\n root_folder=$ROOT_FOLDER_UI\n
\ echo $root_folder\nfi\n\nsource $SBASE/spin.sh\nsource $SBASE/stash.sh\nsource
$SBASE/s3.sh\nsource $SBASE/github.sh\nsource $SBASE/bitbucket.sh\necho \"Sourcing
complete\"\nsync_repo_from_spinnaker(){\n\tif [[ $repo_type = \"s3\" ]];\n \tthen\n\t
\ upload_spin_to_s3\n\telif [[ $repo_type = \"stash\" ]]; then\n\t\tsync_spin_to_stash\n
Expand Down

0 comments on commit a2094a1

Please sign in to comment.