summaryrefslogtreecommitdiffstats
path: root/ci/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-xci/install.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/install.sh b/ci/install.sh
deleted file mode 100755
index 9d90265..0000000
--- a/ci/install.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-# shellcheck disable=SC1091
-set -exu
-
-. ci/env.inc.sh
-
-install_static_cacheable_build_dependencies "$@"