Skip to content

Commit

Permalink
Fix lambda deploys?
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jul 5, 2024
1 parent 12b7e4e commit 7ded53e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-all-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
echo "RUNNER_WORKSPACE=/__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}" >> $GITHUB_ENV
- name: Find package names
working-directory: ${{ github.repository_id }}
id: find_package_names
run: |
echo "names=$(
Expand All @@ -51,7 +50,6 @@ jobs:
)" >> $GITHUB_OUTPUT
- name: Build and package
working-directory: ${{ github.repository_id }}
run: |
mkdir zips
for name in ${{ steps.find_package_names.outputs.names }}; do
Expand All @@ -65,7 +63,6 @@ jobs:
done
- name: Deploy
working-directory: ${{ github.repository_id }}
run: |
for name in ${{ steps.find_package_names.outputs.names }}; do
aws lambda update-function-code \
Expand Down

0 comments on commit 7ded53e

Please sign in to comment.