Skip to content

Commit

Permalink
Merge pull request #8 from Iapetus999/try_attach_workspace
Browse files Browse the repository at this point in the history
VAULT-893 Attach workspace
  • Loading branch information
Iapetus999 authored Feb 11, 2021
2 parents cd65c23 + 979c3bf commit 7cf78ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ job-defaults: &job-defaults
- AWS_ACCOUNT_ID: "883127560329"
- AWS_PROFILE: dev/vault

attach-workspace: &attach-workspace
attach_workspace:
at: *working_directory

jobs:
build:
<<: *job-defaults
Expand All @@ -33,6 +37,7 @@ jobs:
docker_layer_caching: true
<<: *job-defaults
steps:
- <<: *attach-workspace
- run:
name: push to Quay
command: |
Expand Down

0 comments on commit 7cf78ff

Please sign in to comment.