Skip to content

Commit 6953fa2

Browse files
authored
chore: AWS CLI 설치 제거 (#2)
1 parent 9aa885f commit 6953fa2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/yappu-world-server-lambda-cd.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
run: |
3434
./gradlew shadowJar
3535
36-
- name: Install AWS CLI
37-
run: |
38-
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
39-
unzip awscliv2.zip
40-
sudo ./aws/install
41-
4236
# AWS Credentials
4337
- name: Configure AWS Credentials
4438
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)