Skip to content

Commit 4485bf2

Browse files
Merge pull request #26 from FireTail-io/dev
merge dev to main
2 parents 7ca3ad1 + afcbd13 commit 4485bf2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
environment: prod
1717

1818
runs-on: ubuntu-latest
19-
19+
environment: prod
2020
permissions:
2121
id-token: write
2222
contents: read
@@ -28,7 +28,6 @@ jobs:
2828
uses: bruceadams/get-release@74c3d60f5a28f358ccf241a00c9021ea16f0569f
2929
env:
3030
GITHUB_TOKEN: ${{ github.token }}
31-
3231
- name: Configure AWS Credentials
3332
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838
3433
with:

build_setup/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ RUN PYTHONPATH=${LAMBDA_TASK_ROOT} pytest --cov ${LAMBDA_TASK_ROOT} --cov-report
5252

5353
FROM build-python-lambda as runtime-lambda
5454
RUN ls -la ${LAMBDA_TASK_ROOT}
55-
RUN cat ${LAMBDA_TASK_ROOT}/lambda_handler.py
5655
CMD [ "lambda_handler.handler" ]

0 commit comments

Comments
 (0)