Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvcoder committed Nov 4, 2024
1 parent 512c4c5 commit a45de89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ec2-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ jobs:
run: |
ls -l ./
- name: Install jq
run: |
sudo apt-get update
sudo apt-get install -y jq
- name: Get latest commit ID from the repository
id: get_commit_id
env:
Expand Down

0 comments on commit a45de89

Please sign in to comment.