Revision c6b9837a4cb6767aa718d398f07c956a8b5fe204 authored by Jiang Xin on 08 October 2020, 12:27:51 UTC, committed by Jiang Xin on 08 October 2020, 12:27:51 UTC
* 'fr_2.29.0_rnd_1' of github.com:jnavila/git:
  l10n: fr: v2.29.0 rnd 1
2 parent s 283aa91 + 8dadc33
Raw File
make-test-artifacts.sh
#!/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
back to top