From dfd27f559ec2ec15e5b49a43aaf0e7792e430984 Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Mon, 6 May 2024 17:13:24 +0400 Subject: [PATCH] Revert "chore: fix build ci (#13164)" (#13180) This reverts commit 886a97b4259d1028a29c7b77a3910e9c457b2be6. --- scripts/package.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/package.sh b/scripts/package.sh index 86e43a2613..8afbf5d608 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -87,7 +87,6 @@ ln "$(realpath coder.env)" "$temp_dir/" ln "$(realpath scripts/linux-pkg/coder-workspace-proxy.service)" "$temp_dir/" ln "$(realpath scripts/linux-pkg/coder.service)" "$temp_dir/" ln "$(realpath scripts/linux-pkg/nfpm.yaml)" "$temp_dir/" -ln "$(realpath scripts/linux-pkg/nfpm-alpine.yaml)" "$temp_dir/" ln "$(realpath scripts/linux-pkg/preinstall.sh)" "$temp_dir/" pushd "$temp_dir"