Skip to content

Commit c35077c

Browse files
Copilotmaxtropets
andauthored
Use mkdir -p in setup scripts to allow idempotent re-runs (#7737)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: maxtropets <16566519+maxtropets@users.noreply.github.com>
1 parent 5728b8d commit c35077c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/setup-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tdnf --snapshottime=$SOURCE_DATE_EPOCH -y install procps
4848
tdnf --snapshottime=$SOURCE_DATE_EPOCH install -y bind-utils
4949
curl -L --output h2spec_linux_amd64.tar.gz https://github.com/summerwind/h2spec/releases/download/$H2SPEC_VERSION/h2spec_linux_amd64.tar.gz
5050
tar -xvf h2spec_linux_amd64.tar.gz
51-
mkdir /opt/h2spec
51+
mkdir -p /opt/h2spec
5252
mv h2spec /opt/h2spec/h2spec
5353
rm h2spec_linux_amd64.tar.gz
5454

0 commit comments

Comments
 (0)