aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/git-post-receive.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-06 09:30:19 -0300
committerEuAndreh <eu@euandre.org>2021-06-06 09:30:19 -0300
commit81643ca1677593291d2024ace4f25b2885c888d4 (patch)
treecf9461f047dac5c0612c097b3dfc9ef83d04bf91 /aux/ci/git-post-receive.sh
parentsrc/remembering.sh: Use tabs for separating options columns (diff)
downloadremembering-81643ca1677593291d2024ace4f25b2885c888d4.tar.gz
remembering-81643ca1677593291d2024ace4f25b2885c888d4.tar.xz
aux/: Use tabs over spaces for .sh files
Diffstat (limited to 'aux/ci/git-post-receive.sh')
-rwxr-xr-xaux/ci/git-post-receive.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/aux/ci/git-post-receive.sh b/aux/ci/git-post-receive.sh
index f8986ed..ee8075f 100755
--- a/aux/ci/git-post-receive.sh
+++ b/aux/ci/git-post-receive.sh
@@ -2,11 +2,11 @@
set -eu
for n in $(seq 0 $((GIT_PUSH_OPTION_COUNT - 1))); do
- opt="$(eval "echo \$GIT_PUSH_OPTION_$n")"
- if [ "$opt" = skip-ci ] || [ "$opt" = ci-skip ]; then
- printf "\n'%s' option detected, not running ci-build.sh\n\n" "$opt"
- exit 0
- fi
+ opt="$(eval "echo \$GIT_PUSH_OPTION_$n")"
+ if [ "$opt" = skip-ci ] || [ "$opt" = ci-skip ]; then
+ printf "\n'%s' option detected, not running ci-build.sh\n\n" "$opt"
+ exit 0
+ fi
done
PACKAGE="$(basename "$PWD" | cut -d. -f1)" # remove .git suffix