From 264c7e947336e634242fa79398c04896c005af66 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 5 Jun 2024 15:52:40 +0000 Subject: [PATCH] tests: Fix indentation in common script This PR fixes the indentation in common script. Signed-off-by: Gabriela Cervantes --- tests/common.bash | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/common.bash b/tests/common.bash index ad469dc6fe..4c33ba4d1c 100644 --- a/tests/common.bash +++ b/tests/common.bash @@ -488,11 +488,11 @@ function check_containerd_config_for_kata() { } function ensure_yq() { - : "${GOPATH:=${GITHUB_WORKSPACE:-$HOME/go}}" - export GOPATH - export PATH="${GOPATH}/bin:${PATH}" - INSTALL_IN_GOPATH=true "${repo_root_dir}/ci/install_yq.sh" - hash -d yq 2> /dev/null || true # yq is preinstalled on GHA Ubuntu 22.04 runners so we clear Bash's PATH cache. + : "${GOPATH:=${GITHUB_WORKSPACE:-$HOME/go}}" + export GOPATH + export PATH="${GOPATH}/bin:${PATH}" + INSTALL_IN_GOPATH=true "${repo_root_dir}/ci/install_yq.sh" + hash -d yq 2> /dev/null || true # yq is preinstalled on GHA Ubuntu 22.04 runners so we clear Bash's PATH cache. } # dependency: What we want to get the version from the versions.yaml file