Skip to content

Commit

Permalink
build tag test docker
Browse files Browse the repository at this point in the history
  • Loading branch information
HieuBui419 committed Dec 1, 2023
1 parent c3b0b2c commit b320457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
KS_VERSION: 9.1.0
KS_VERSION_TAG: 9.1.0
KS_VERSION_TAG: test
steps:
- name: Checkout
uses: actions/checkout@master
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Prepare
run: |
chmod u+x ./build/*.sh
./build/prevent_overwrite_existing_tag.sh $KS_VERSION
# ./build/prevent_overwrite_existing_tag.sh $KS_VERSION
- name: Build
run: |
chmod u+x ./build/*.sh
Expand Down
6 changes: 3 additions & 3 deletions src/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ cd $KATALON_KATALON_ROOT_DIR
echo "Install Katalon"
katalon_version="$KATALON_STUDIO_VERSION"
katalon_directory="$version"
katalon_package="Katalon_Studio_Engine_Linux_64-9.0.0.tar.gz"
katalon_unzipped_directory="Katalon_Studio_Engine_Linux_64-9.0.0"
katalon_package="Katalon_Studio_Engine_Linux_64-$katalon_version.tar.gz"
katalon_unzipped_directory="Katalon_Studio_Engine_Linux_64-$katalon_version"
# general link
wget -O $katalon_package "https://download.katalon.com/9.0.0/Katalon_Studio_Engine_Linux_64-9.0.0.tar.gz"
wget -O $katalon_package https://download.katalon.com/$katalon_version/Katalon_Studio_Engine_Linux_64-$katalon_version.tar.gz
# beta link
# wget -O $katalon_package https://download.katalon.com/release-beta/$katalon_version/Katalon_Studio_Engine_Linux_64-$katalon_version.tar.gz
# mkdir -p $KATALON_KATALON_INSTALL_DIR_PARENT/$katalon_unzipped_directory
Expand Down

0 comments on commit b320457

Please sign in to comment.