Skip to content

Commit db878f6

Browse files
committed
Fix typo
1 parent 9bd4604 commit db878f6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

service/run_experiment_cloudbuild.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
steps:
2-
- name: 'gcr.io/fuzzbench/experiment-runner'
3-
args: []
2+
- name: 'gcr.io/cloud-builders/docker'
3+
entrypoint: 'python'
4+
args:
5+
- service/pr_experiment_log.py
46
env:
5-
- 'PULL_REQUEST_NUMBER=${_PR_NUMBER}'
7+
- 'PR_NUMBER=${_PR_NUMBER}'
68
- name: 'gcr.io/cloud-builders/docker'
79
args:
810
- build
@@ -17,15 +19,13 @@ steps:
1719
- .
1820
env:
1921
- 'DOCKER_BUILDKIT=1'
22+
- name: 'gcr.io/fuzzbench/experiment-runner'
23+
args: []
24+
env:
25+
- 'PULL_REQUEST_NUMBER=${_PR_NUMBER}'
2026
secretEnv:
2127
- 'POSTGRES_PASSWORD'
2228
timeout: 1800s # 30 minutes
23-
- name: 'gcr.io/cloud-builders/docker'
24-
entrypoint: 'python'
25-
args:
26-
- service/pr_experiment_log.py
27-
env:
28-
- 'PR_NUMBER=${_PR_NUMBER}'
2929
timeout: 1800s
3030
options:
3131
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)