Skip to content

Commit

Permalink
Checkout workspace on ./ before building image
Browse files Browse the repository at this point in the history
  • Loading branch information
duksis committed Oct 17, 2019
1 parent 57ff648 commit 0129e8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ jobs:
command: |
git submodule init
git submodule update --remote
- attach_workspace:
at: ./
- gcr/gcr-auth:
google-project-id: <<parameters.google-project-id>>
google-compute-zone: <<parameters.google-compute-zone>>
Expand Down Expand Up @@ -333,6 +335,8 @@ jobs:
command: |
git submodule init
git submodule update --remote
- attach_workspace:
at: ./
- gcr/gcr-auth:
google-project-id: <<parameters.google-project-id>>
google-compute-zone: <<parameters.google-compute-zone>>
Expand Down

0 comments on commit 0129e8e

Please sign in to comment.