Skip to content

Commit

Permalink
change katalon link and build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
linhtnl committed Mar 21, 2024
1 parent 3c80cd3 commit 17e7b92
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 @@ -2,14 +2,14 @@ name: KatalonDockerCI
on:
push:
branches:
- exclude-jackson-in-cucumber-3
- exclude-jackson-databind-in-cucumber-v3
jobs:
run:
name: Run
runs-on: ubuntu-latest
env:
KS_VERSION: 9.3.2
KS_VERSION_TAG: exclude-jackson-in-cucumber-3
KS_VERSION_TAG: exclude-jackson-databind-in-cucumber-v3
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ katalon_directory="$version"
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/$katalon_version/Katalon_Studio_Engine_Linux_64-$katalon_version.tar.gz
wget -O $katalon_package https://artprodsea1.artifacts.visualstudio.com/A34e861fb-9544-4ba9-93ab-5b10ccfcc798/9c3575fd-af7e-4434-957f-57d0c78b4938/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL0thdGFsb24vcHJvamVjdElkLzljMzU3NWZkLWFmN2UtNDQzNC05NTdmLTU3ZDBjNzhiNDkzOC9idWlsZElkLzEyNDUyL2FydGlmYWN0TmFtZS9rcmUtbGludXg2NA2/content?format=file&subPath=%2FKatalon_Studio_Engine_Linux_64-9.4.1.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
ls
Expand Down

0 comments on commit 17e7b92

Please sign in to comment.