Added verbose shell output

This commit is contained in:
2020-01-24 12:13:02 +01:00
committed by GitHub
parent 43b949365d
commit e1f9dea8d5

View File

@@ -1,6 +1,6 @@
#!/bin/sh -l
# e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set
set -eu
# e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set, x is for showing the commands before they are executed
set -eux
# Function for setting up git env in the docker container (copied from https://github.com/stefanzweifel/git-auto-commit-action/blob/master/entrypoint.sh)
git_setup ( ) {