Skip to content

Commit 9f71a7e

Browse files
committed
Debug working directiory path in bundle lambda function step
1 parent b460345 commit 9f71a7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@ jobs:
132132
133133
- name: Bundle Lambda Functions (manual)
134134
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+
135142
# SlackBotFunction
136143
mkdir -p .build/${{ inputs.STACK_NAME }}-SlackBotFunction
137144
pip3 install -r packages/slackBotFunction/requirements.txt -t .build/${{ inputs.STACK_NAME }}-SlackBotFunction

0 commit comments

Comments
 (0)