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 a027889 commit 4f71c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- name: 'ubuntu'
args: ['echo', '"$(pwd)"']
- name: 'docker'
args: ['run', '--name', 'katalonstudio/katalon', '-t', '--rm', '-v', '"$(pwd)":/tmp/project', '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 4f71c09

Please sign in to comment.