summaryrefslogtreecommitdiff
path: root/smoke-amd64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'smoke-amd64.sh')
-rwxr-xr-xsmoke-amd64.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/smoke-amd64.sh b/smoke-amd64.sh
deleted file mode 100755
index 39691e9..0000000
--- a/smoke-amd64.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-tarball="$1"
-shift
-
-yarn smoke-amd64.yarn --env ROOTFS_TARBALL="$tarball" "$@"