From cd6a23119fda6bfdfeeafe73c5f7486e4cfa0e56 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 23 Feb 2022 13:52:29 -0500 Subject: [PATCH] Bugfix: make the create-ebs-volume patch apply. refs #18772 Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- tools/compute-images/scripts/base.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/compute-images/scripts/base.sh b/tools/compute-images/scripts/base.sh index 7d8ad82c27..e99df92aae 100644 --- a/tools/compute-images/scripts/base.sh +++ b/tools/compute-images/scripts/base.sh @@ -156,7 +156,6 @@ else export EBS_AUTOSCALE_VERSION="v2.4.5" cd /opt && $SUDO git clone https://github.com/awslabs/amazon-ebs-autoscale.git cd /opt/amazon-ebs-autoscale && $SUDO git checkout $EBS_AUTOSCALE_VERSION - cd bin $SUDO patch -p1 < /tmp/create-ebs-volume-nvme.patch # This script really requires bash and the shebang line is wrong -- 2.30.2