Skip to content

Commit a705269

Browse files
authored
Merge pull request #53 from haya14busa/remove-debug-logs
remove debug log
2 parents f68046d + f5cf3a8 commit a705269

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
set -e
3-
set -x # Debug
43

54
if [ -n "${GITHUB_WORKSPACE}" ]; then
65
git config --global --add safe.directory "${GITHUB_WORKSPACE}" || exit

0 commit comments

Comments
 (0)