Skip to content

Commit a976f21

Browse files
committed
don't wait for previous step before pulling dockerfile
1 parent 6713083 commit a976f21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/cloudbuild/pr-open.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ steps:
2828
- name: 'docker'
2929
id: 'docker-pull-dockerfile'
3030
args: ['pull', 'docker/dockerfile:1']
31+
waitFor: ['-']
3132

3233
- name: 'docker'
3334
id: 'docker-build-ko'

0 commit comments

Comments
 (0)