Skip to content

Commit

Permalink
add set -x to entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hervé Lee committed Nov 24, 2021
1 parent 42ed5ed commit cc0e046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e

set -x



Expand Down Expand Up @@ -55,7 +55,7 @@ make_archive()
if [ -n "$INPUT_PATH" ]; then
for path in $INPUT_PATH; do
pushd $path
debug Running: zip -r $archive . $zip_opts
debug "Running: zip -r $archive . $zip_opts"
zip -r $archive . $zip_opts
popd
done
Expand Down

0 comments on commit cc0e046

Please sign in to comment.