summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar2022-09-05 07:04:27 +0000
committerChristian Marangi2022-12-04 16:36:54 +0000
commitf2fb3ffd712dd35eca1f979c6852c6ccf7a88333 (patch)
tree740ad39a89fdf915b5336105845e35a6fc914f68
parent7ff1477b3d8ea92c4061a6b8a7f3af6f35c0ca4a (diff)
downloadopenwrt-f2fb3ffd712dd35eca1f979c6852c6ccf7a88333.tar.gz
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.yml2
-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