ci / make-test-artifacts.shon commit Merge branch 'py/call-do-quit-before-exit' of github.com:gitster/git-gui into py/git-gui-do-quit (0d88f3d)
   1#!/bin/sh
   2#
   3# Build Git and store artifacts for testing
   4#
   5
   6mkdir -p "$1" # in case ci/lib.sh decides to quit early
   7
   8. ${0%/*}/lib.sh
   9
  10make artifacts-tar ARTIFACTS_DIRECTORY="$1"
  11
  12check_unignored_build_artifacts