From c5814d377c441dcad66b71bc253d97c1107730c2 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 f02c94eda0..fa34bc5b64 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