Skip to content

Commit cc0e046

Browse files
author
Hervé Lee
committed
add set -x to entrypoint.sh
1 parent 42ed5ed commit cc0e046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
3-
3+
set -x
44

55

66

@@ -55,7 +55,7 @@ make_archive()
5555
if [ -n "$INPUT_PATH" ]; then
5656
for path in $INPUT_PATH; do
5757
pushd $path
58-
debug Running: zip -r $archive . $zip_opts
58+
debug "Running: zip -r $archive . $zip_opts"
5959
zip -r $archive . $zip_opts
6060
popd
6161
done

0 commit comments

Comments
 (0)