Readded x for the script actions

This commit is contained in:
2022-07-11 13:33:30 +02:00
parent c1371a0f89
commit 645d8b7d48

View File

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