Skip to content

Commit 5156570

Browse files
authored
Automation Toolkit Release v2025.2.0
1 parent cc85a1a commit 5156570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OCIWorkVMStack/scripts/installToolkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fi
7070
sudo podman --version >> $logfile 2>&1 || true
7171

7272
echo "***Download Toolkit***" >> $logfile 2>&1
73-
sudo git clone https://github.com/oracle-devrel/cd3-automation-toolkit.git -b develop $toolkit_dir >> $logfile 2>&1
73+
sudo git clone https://github.com/oracle-devrel/cd3-automation-toolkit.git $toolkit_dir >> $logfile 2>&1
7474
cp -r $toolkit_dir/cd3_automation_toolkit /$mount_dir/oci_tools/
7575
cp -r $toolkit_dir/othertools /$mount_dir/oci_tools/
7676
sudo chown -R $username:$username /$mount_dir/oci_tools/

0 commit comments

Comments
 (0)