Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thongnmtran committed Apr 15, 2022
1 parent 2780965 commit 387461a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ steps:
- name: 'ubuntu'
args: ['env']
- name: 'ubuntu'
entrypoint: 'bash'
entrypoint: 'sh'
args: ['-c', 'env']
- name: 'docker'
entrypoint: 'bash'
entrypoint: 'sh'
args: ['-c', 'env']
- name: 'docker'
args: ['run', '-t', '--rm', 'katalonstudio/katalon', 'katalonc.sh', '-projectPath=/workspace', '-browserType="Chrome"', '-retry=0', '-retryStrategy=immediately', '-testSuiteCollectionPath="Test Suites/Simple Test Suite Collection"', '--config', '-webui.autoUpdateDrivers=true', '-apiKey=${_KATALON_API_KEY}']
Expand Down

0 comments on commit 387461a

Please sign in to comment.