From: Petr Štetiar Date: Mon, 5 Sep 2022 07:04:27 +0000 (+0200) Subject: ci: move scripts into separate directory X-Git-Tag: v22.03.3~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2fb3ffd712dd35eca1f979c6852c6ccf7a88333;p=thirdparty%2Fopenwrt.git ci: move scripts into separate directory So it's clean and tidy. Signed-off-by: Petr Štetiar (cherry picked from commit 63ed733d30153667d7d645ab0ee3f5614089c759) --- diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml index 12564816378..8df31d1751f 100644 --- a/.github/workflows/formal.yml +++ b/.github/workflows/formal.yml @@ -27,7 +27,7 @@ jobs: - name: Test formalities run: | - source .github/workflows/ci_helpers.sh + source .github/workflows/scripts/ci_helpers.sh RET=0 for commit in $(git rev-list HEAD ^origin/$BRANCH); do diff --git a/.github/workflows/ci_helpers.sh b/.github/workflows/scripts/ci_helpers.sh similarity index 100% rename from .github/workflows/ci_helpers.sh rename to .github/workflows/scripts/ci_helpers.sh