Skip to content

Commit 4f54590

Browse files
committed
Remove copy version.txt step
1 parent ff98854 commit 4f54590

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ jobs:
9696
docker pull "${{ env.ACCOUNT_ID }}.dkr.ecr.eu-west-2.amazonaws.com/cdk-utils-build-repo:latest"
9797
docker tag "${{ env.ACCOUNT_ID }}.dkr.ecr.eu-west-2.amazonaws.com/cdk-utils-build-repo:latest" cdk-utils-build-repo:latest
9898
99-
- name: Copy version.txt from Docker image into .build
100-
run: |
101-
docker run --rm --entrypoint bash cdk-utils-build-repo:latest \
102-
-c 'find / -name version.txt 2>/dev/null | head -n1 | xargs cat' \
103-
> .build/version.txt
104-
10599
- name: Configure AWS Credentials
106100
id: connect-aws
107101
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)