We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a228c9 commit c79c4e0Copy full SHA for c79c4e0
1 file changed
.github/workflows/build-lambda-layer.yaml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: Build Lambda Layer
21
run: |
22
+ pwd
23
+ ls -al
24
cd functions/watcher
25
rm -rf __pycache__/ services/__pycache__/
26
zip -r $PWD/layer.zip .
0 commit comments