From ce8fd0f38800a92bdfaf0d3c5aa304d1a7a9950f Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 17 Jan 2020 09:27:09 +0100 Subject: [PATCH] Added comments for set parameters --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 6935b1b..0ca662c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,5 @@ #!/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 # Function for setting up git env in the docker container (copied from https://github.com/stefanzweifel/git-auto-commit-action/blob/master/entrypoint.sh)