mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-21 12:28:39 +00:00
release/dist/qnap: omit .qpkg.codesigning files
Updates tailscale/tailscale-qpkg#135 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:
parent
955ad12489
commit
18765cd4f9
@ -7,6 +7,14 @@ function cleanup() {
|
||||
rm -rf /Tailscale/$ARCH
|
||||
rm -f /Tailscale/sed*
|
||||
rm -f /Tailscale/qpkg.cfg
|
||||
|
||||
# If this build was signed, a .qpkg.codesigning file will be created as an
|
||||
# artifact of the build
|
||||
# (see https://github.com/qnap-dev/qdk2/blob/93ac75c76941b90ee668557f7ce01e4b23881054/QDK_2.x/bin/qbuild#L992).
|
||||
#
|
||||
# go/client-release doesn't seem to need these, so we delete them here to
|
||||
# avoid uploading them to pkgs.tailscale.com.
|
||||
rm -f /out/*.qpkg.codesigning
|
||||
}
|
||||
trap cleanup EXIT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user