Skip to content

Commit

Permalink
ci: skip image build in ci pipeline step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny Browning committed Aug 23, 2023
1 parent 9907264 commit 6951b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ steps:
curl -sSL https://install.python-poetry.org | python3 - && \
export PATH="/builder/home/.local/bin:$$PATH" && \
make install && \
make run pipeline=training wait=true && \
make run pipeline=prediction wait=true
make run pipeline=training build=false wait=true && \
make run pipeline=prediction build=false wait=true
env:
- ENABLE_PIPELINE_CACHING=${_TEST_ENABLE_PIPELINE_CACHING}
- VERTEX_LOCATION=${_TEST_VERTEX_LOCATION}
Expand Down

0 comments on commit 6951b47

Please sign in to comment.