Skip to content

Commit 7cf78ff

Browse files
authored
Merge pull request #8 from Iapetus999/try_attach_workspace
VAULT-893 Attach workspace
2 parents cd65c23 + 979c3bf commit 7cf78ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ job-defaults: &job-defaults
99
- AWS_ACCOUNT_ID: "883127560329"
1010
- AWS_PROFILE: dev/vault
1111

12+
attach-workspace: &attach-workspace
13+
attach_workspace:
14+
at: *working_directory
15+
1216
jobs:
1317
build:
1418
<<: *job-defaults
@@ -33,6 +37,7 @@ jobs:
3337
docker_layer_caching: true
3438
<<: *job-defaults
3539
steps:
40+
- <<: *attach-workspace
3641
- run:
3742
name: push to Quay
3843
command: |

0 commit comments

Comments
 (0)