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)
This commit is contained in:
Petr Štetiar 2022-09-05 09:04:27 +02:00 committed by Christian Marangi
parent 7ff1477b3d
commit f2fb3ffd71
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
2 changed files with 1 additions and 1 deletions

View File

@ -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