Skip to content

Commit

Permalink
tester build context path
Browse files Browse the repository at this point in the history
  • Loading branch information
caddac committed Apr 27, 2022
1 parent 74a0bb3 commit ed11076
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: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/doit-public/doit-easily/deployer:$TAG_NAME']
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/doit-public/doit-easily/tester:$TAG_NAME', '-f', 'apptest/tester/Dockerfile', '.' ]
args: [ 'build', '-t', 'gcr.io/doit-public/doit-easily/tester:$TAG_NAME', '-f', 'apptest/tester/Dockerfile', 'apptest/tester/' ]
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/doit-public/doit-easily/tester:$TAG_NAME']
# todo can we run verifier? it requires a cluster...

0 comments on commit ed11076

Please sign in to comment.