mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
guix/build: Remove vestigial SKIPATTEST.TAG
This commit is contained in:
parent
7925f3aba8
commit
9f01feda0a
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ GIT_ARCHIVE="${DIST_ARCHIVE_BASE}/${DISTNAME}.tar.gz"
|
|||
# Create the source tarball if not already there
|
||||
if [ ! -e "$GIT_ARCHIVE" ]; then
|
||||
mkdir -p "$(dirname "$GIT_ARCHIVE")"
|
||||
touch "${DIST_ARCHIVE_BASE}"/SKIPATTEST.TAG
|
||||
git archive --prefix="${DISTNAME}/" --output="$GIT_ARCHIVE" HEAD
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue