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 150b5db commit 2ca1888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ cd $KATALON_KATALON_ROOT_DIR
echo "Install Katalon"
katalon_version="$KATALON_STUDIO_VERSION"
katalon_directory="$version"
katalon_package="Katalon_Studio_Engine_Linux_64-$katalon_version.tar.gz"
katalon_unzipped_directory="Katalon_Studio_Engine_Linux_64-$katalon_version"
katalon_package="Katalon_Studio_Engine_Linux_64.tar.gz"
katalon_unzipped_directory="Katalon_Studio_Engine_Linux_64"
# general link
wget -O $katalon_package "https://drive.google.com/u/0/uc?id=10R6_-HDz1YiNjuq3jpxhZacxU5tcbVKK&export=download&confirm=t&uuid=c2bab2e6-5685-4504-a9af-76704cde02a4&at=AB6BwCCLxfY_rvYpm1wWEP0wQlHr:1701240055505"
# beta link
Expand Down

0 comments on commit 2ca1888

Please sign in to comment.