diff options
Diffstat (limited to '')
-rw-r--r-- | eventline/ev-scripts-deploy.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/eventline/ev-scripts-deploy.sh b/eventline/ev-scripts-deploy.sh deleted file mode 100644 index c6b6f0d..0000000 --- a/eventline/ev-scripts-deploy.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -WORKDIR="/tmp/ev-scripts-deploy" - -cleanup() { - cd - rm -rf ${WORKDIR} -} - -trap cleanup EXIT - -git clone -q --depth 1 https://git.adyxax.org/adyxax/ev-scripts.git ${WORKDIR} -cd ${WORKDIR} -make run |