Skip to content

Commit 9f01fed

Browse files
committed
guix/build: Remove vestigial SKIPATTEST.TAG
1 parent 7925f3a commit 9f01fed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/guix/libexec/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ GIT_ARCHIVE="${DIST_ARCHIVE_BASE}/${DISTNAME}.tar.gz"
227227
# Create the source tarball if not already there
228228
if [ ! -e "$GIT_ARCHIVE" ]; then
229229
mkdir -p "$(dirname "$GIT_ARCHIVE")"
230-
touch "${DIST_ARCHIVE_BASE}"/SKIPATTEST.TAG
231230
git archive --prefix="${DISTNAME}/" --output="$GIT_ARCHIVE" HEAD
232231
fi
233232

0 commit comments

Comments
 (0)