Skip to content

Commit

Permalink
removed aws cli
Browse files Browse the repository at this point in the history
  • Loading branch information
AbduRawoof committed Dec 12, 2024
1 parent 6b64138 commit 318944d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
# sudo apt-get update
# sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

- name: Install AWS CLI
run: |
sudo apt-get install -y unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install --update
rm -rf awscliv2.zip aws/
# - name: Install AWS CLI
# run: |
# sudo apt-get install -y unzip
# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
# unzip awscliv2.zip
# sudo ./aws/install --update
# rm -rf awscliv2.zip aws/

- name: Set up OpenJDK 8
uses: actions/setup-java@v3
Expand All @@ -52,7 +52,8 @@ jobs:

- name: Install Maven
run: |
sudo apt-get install -y maven
sudo apt update
sudo apt install -y maven
- name: Verify Java and Maven Versions
run: |
Expand Down

0 comments on commit 318944d

Please sign in to comment.