Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thvu-katalon committed Oct 30, 2024
1 parent c422c63 commit 455ddfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
- name: Prepare
run: |
chmod u+x ./build/*.sh
./build/prevent_overwrite_existing_tag.sh $KS_VERSION_TAG
# ./build/prevent_overwrite_existing_tag.sh $KS_VERSION_TAG
- name: Build
run: |
chmod u+x ./build/*.sh
./build/clean.sh $KS_VERSION
./build/build.sh $KS_VERSION $KS_VERSION_TAG
./build/build.sh $KS_VERSION $KS_VERSION_TAG $KS_VERSION_LATEST_TAG
- name: Test
run: |
chmod u+x ./test/project/*.sh
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/setup-slim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tar -xvzf $katalon_package -C $KATALON_KATALON_INSTALL_DIR_PARENT
ls

# Remove webdrivermanager.jar
rm $KATALON_KATALON_INSTALL_DIR_PARENT/$katalon_unzipped_directory/configuration/resources/tools/webdriver/webdrivermanager-5.8.0-fat.jar
rm $KATALON_KATALON_INSTALL_DIR_PARENT/$katalon_unzipped_directory/configuration/resources/tools/webdriver/webdrivermanager-5.9.2-fat.jar

rm $katalon_package
mv $KATALON_KATALON_INSTALL_DIR_PARENT/$katalon_unzipped_directory $KATALON_KATALON_INSTALL_DIR
Expand Down

0 comments on commit 455ddfd

Please sign in to comment.