From 3e4fcc57759c44b91d19f68f9340a627a56a1026 Mon Sep 17 00:00:00 2001 From: Amin Jamali Date: Fri, 5 Apr 2024 13:27:26 +0000 Subject: [PATCH] Fix scripts path to be inline with CI - [x] Read the [Contributing document](../blob/-/.github/CONTRIBUTING.md). Summary --------------- Fix scripts path to be inline with CI Backward Compatibility --------------- Breaking Change? **No** --- scripts/{test-in-docker-locally.bash => test-in-docker.bash} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/{test-in-docker-locally.bash => test-in-docker.bash} (100%) diff --git a/scripts/test-in-docker-locally.bash b/scripts/test-in-docker.bash similarity index 100% rename from scripts/test-in-docker-locally.bash rename to scripts/test-in-docker.bash