From: Frantisek Sumsal Date: Tue, 20 Jun 2023 14:19:42 +0000 (+0200) Subject: ci: fix indentation X-Git-Tag: v2.40-rc1~374^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d344934501cbcdf87c3532c5bf845290dbcc71e;p=thirdparty%2Futil-linux.git ci: fix indentation --- diff --git a/.github/workflows/cibuild.sh b/.github/workflows/cibuild.sh index 9b70dc36ce..00fae0ab82 100755 --- a/.github/workflows/cibuild.sh +++ b/.github/workflows/cibuild.sh @@ -1,5 +1,5 @@ #!/bin/bash - + set -ex PHASES=(${@:-CONFIGURE MAKE INSTALL CHECK DISTCHECK}) @@ -104,9 +104,9 @@ for phase in "${PHASES[@]}"; do CXXFLAGS+=(-shared-libasan) fi - if [[ "$HOST_TRIPLET" != "" ]]; then - opts+=(--host "$HOST_TRIPLET") - fi + if [[ "$HOST_TRIPLET" != "" ]]; then + opts+=(--host "$HOST_TRIPLET") + fi git config --global --add safe.directory "$PWD" git clean -xdf @@ -128,9 +128,9 @@ for phase in "${PHASES[@]}"; do ninja -C build ;; CODECHECK) - make checklibdoc - make checkxalloc - ;; + make checklibdoc + make checkxalloc + ;; CHECK) if [[ "$SANITIZE" == "yes" ]]; then # All the following black magic is to make test/eject/umount work, since