We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b460345 commit 9f71a7eCopy full SHA for 9f71a7e
.github/workflows/cdk_release_code.yml
@@ -132,6 +132,13 @@ jobs:
132
133
- name: Bundle Lambda Functions (manual)
134
run: |
135
+ echo "Current working directory: $(pwd)"
136
+ echo "Contents of current directory:"
137
+ ls -la
138
+
139
+ echo "Contents of packages/slackBotFunction:"
140
+ ls -l packages/slackBotFunction/
141
142
# SlackBotFunction
143
mkdir -p .build/${{ inputs.STACK_NAME }}-SlackBotFunction
144
pip3 install -r packages/slackBotFunction/requirements.txt -t .build/${{ inputs.STACK_NAME }}-SlackBotFunction
0 commit comments