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 4f71c09 commit 8968116
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 @@ -2,9 +2,9 @@ steps:
- name: 'docker'
args: ['pull', 'katalonstudio/katalon']
- name: 'ubuntu'
args: ['echo', '"$(pwd)"']
args: ['echo', '"`pwd`"']
- name: 'docker'
args: ['run', '-t', '--rm', '-v', '"$(pwd)":/tmp/project', 'katalonstudio/katalon', 'katalonc.sh', '-projectPath=/tmp/project', '-browserType="Chrome"', '-retry=0', '-retryStrategy=immediately', '-testSuiteCollectionPath="Test Suites/Simple Test Suite Collection"', '--config', '-webui.autoUpdateDrivers=true', '-apiKey=$$KATALON_API_KEY']
args: ['run', '-t', '--rm', '-v', '"`pwd`":/tmp/project', 'katalonstudio/katalon', 'katalonc.sh', '-projectPath=/tmp/project', '-browserType="Chrome"', '-retry=0', '-retryStrategy=immediately', '-testSuiteCollectionPath="Test Suites/Simple Test Suite Collection"', '--config', '-webui.autoUpdateDrivers=true', '-apiKey=$$KATALON_API_KEY']
secretEnv: ['KATALON_API_KEY']
availableSecrets:
secretManager:
Expand Down

0 comments on commit 8968116

Please sign in to comment.