File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ echo "********************************************************" >> $logfile 2>&1
67
67
echo " ########################################################" >> $logfile 2>&1
68
68
echo " Downloading CD3 Automation Toolkit Code from Github " >> $logfile 2>&1
69
69
echo " ########################################################" >> $logfile 2>&1
70
- sudo git clone https://github.com/oracle-devrel/cd3-automation-toolkit.git -b develop $toolkit_dir >> $logfile 2>&1
70
+ sudo git clone https://github.com/oracle-devrel/cd3-automation-toolkit.git $toolkit_dir >> $logfile 2>&1
71
71
stop_exec
72
72
sudo ls -la /tmp/githubCode >> $logfile 2>&1
73
73
echo " Downloading CD3 Automation Toolkit Code from Github completed successfully" >> $logfile 2>&1
You can’t perform that action at this time.
0 commit comments