Skip to content

Commit 1cf0671

Browse files
committed
Change docker mount to include entire repo
1 parent b69e548 commit 1cf0671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Show diff
146146
run: |
147147
docker run \
148-
-v "$(pwd)/.build":/home/cdkuser/workspace/ \
148+
-v "$(pwd)":/home/cdkuser/workspace/ \
149149
-e AWS_ACCESS_KEY_ID=${{ steps.connect-aws.outputs.aws-access-key-id }} \
150150
-e AWS_SECRET_ACCESS_KEY=${{ steps.connect-aws.outputs.aws-secret-access-key }} \
151151
-e AWS_SESSION_TOKEN=${{ steps.connect-aws.outputs.aws-session-token }} \
@@ -163,7 +163,7 @@ jobs:
163163
if: ${{ inputs.DEPLOY_CODE == true }}
164164
run: |
165165
docker run \
166-
-v "$(pwd)/.build":/home/cdkuser/workspace/ \
166+
-v "$(pwd)":/home/cdkuser/workspace/ \
167167
-e AWS_ACCESS_KEY_ID=${{ steps.connect-aws.outputs.aws-access-key-id }} \
168168
-e AWS_SECRET_ACCESS_KEY=${{ steps.connect-aws.outputs.aws-secret-access-key }} \
169169
-e AWS_SESSION_TOKEN=${{ steps.connect-aws.outputs.aws-session-token }} \

0 commit comments

Comments
 (0)