about summary refs log tree commit diff
path: root/third_party/git/ci/make-test-artifacts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/ci/make-test-artifacts.sh')
-rwxr-xr-xthird_party/git/ci/make-test-artifacts.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/git/ci/make-test-artifacts.sh b/third_party/git/ci/make-test-artifacts.sh
deleted file mode 100755
index 646967481f..0000000000
--- a/third_party/git/ci/make-test-artifacts.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# Build Git and store artifacts for testing
-#
-
-mkdir -p "$1" # in case ci/lib.sh decides to quit early
-
-. ${0%/*}/lib.sh
-
-make artifacts-tar ARTIFACTS_DIRECTORY="$1"
-
-check_unignored_build_artifacts