Skip to content

Commit

Permalink
Remove unnecessary steps in lambda_container_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FloRul committed Jan 31, 2024
1 parent 9df23c7 commit 72f131b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lambda_container_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
'list_collections',
]
steps:
- name: Install and use jq
run: |
sudo apt-get install -y jq
- name: Download JSON artifact
uses: actions/download-artifact@v2
with:
name: image-details

- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit 72f131b

Please sign in to comment.