diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-09-05 09:04:27 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-04 17:36:54 +0100 |
commit | f2fb3ffd712dd35eca1f979c6852c6ccf7a88333 (patch) | |
tree | 740ad39a89fdf915b5336105845e35a6fc914f68 | |
parent | 7ff1477b3d8ea92c4061a6b8a7f3af6f35c0ca4a (diff) | |
download | upstream-f2fb3ffd712dd35eca1f979c6852c6ccf7a88333.tar.gz upstream-f2fb3ffd712dd35eca1f979c6852c6ccf7a88333.tar.bz2 upstream-f2fb3ffd712dd35eca1f979c6852c6ccf7a88333.zip |
ci: move scripts into separate directory
So it's clean and tidy.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 63ed733d30153667d7d645ab0ee3f5614089c759)
-rw-r--r-- | .github/workflows/formal.yml | 2 | ||||
-rw-r--r-- | .github/workflows/scripts/ci_helpers.sh (renamed from .github/workflows/ci_helpers.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml index 1256481637..8df31d1751 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 index 2f9daf81e2..2f9daf81e2 100644 --- a/.github/workflows/ci_helpers.sh +++ b/.github/workflows/scripts/ci_helpers.sh |