From 9d8f1cc0837e4abb544913294d5e8a6dff97216d Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@beagleboard.org>
Date: Mon, 3 Jul 2023 14:32:36 -0400
Subject: [PATCH] ci: gitlab-build.sh: cleanup

---
 gitlab-build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gitlab-build.sh b/gitlab-build.sh
index b65ec28f..8e478015 100755
--- a/gitlab-build.sh
+++ b/gitlab-build.sh
@@ -59,7 +59,6 @@ HERE
 		echo "**** check and install pdfcpu ****"
 		if [ ! -f /usr/local/bin/pdfcpu ] ; then
 			wget https://github.com/pdfcpu/pdfcpu/releases/download/v0.4.0/pdfcpu_0.4.0_Linux_arm64.tar.xz
-			pdfcpu_0.4.0_Linux_arm64.tar.xz
 			tar xf pdfcpu_0.4.0_Linux_arm64.tar.xz
 			mv -v pdfcpu_0.4.0_Linux_arm64/pdfcpu /usr/local/bin/
 		fi
-- 
GitLab