Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvcoder committed Nov 4, 2024
1 parent 36cd873 commit b1d7ba2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ec2-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- name: Verify EC2 Instance
run: |
echo "Checking instance information..."
Expand All @@ -49,9 +50,6 @@ jobs:
whoami
pwd
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Authenticate with AWS ECR
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit b1d7ba2

Please sign in to comment.