Skip to content

Commit

Permalink
build debug docker
Browse files Browse the repository at this point in the history
  • Loading branch information
HieuBui419 committed Nov 29, 2023
1 parent 2ca1888 commit f147e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ wget -O $katalon_package "https://drive.google.com/u/0/uc?id=10R6_-HDz1YiNjuq3jp
# beta link
# wget -O $katalon_package https://download.katalon.com/release-beta/$katalon_version/Katalon_Studio_Engine_Linux_64-$katalon_version.tar.gz
ls
tar -xvzf $katalon_package -C $KATALON_KATALON_INSTALL_DIR_PARENT
tar -xvzf $katalon_package -C $KATALON_KATALON_INSTALL_DIR_PARENT/$katalon_unzipped_directory
ls
rm $katalon_package
mv $KATALON_KATALON_INSTALL_DIR_PARENT/$katalon_unzipped_directory $KATALON_KATALON_INSTALL_DIR
Expand Down

0 comments on commit f147e2b

Please sign in to comment.