ci: move scripts into separate directory

So it's clean and tidy.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 63ed733d30)
This commit is contained in:
Petr Štetiar 2022-09-05 09:04:27 +02:00 committed by Josef Schlehofer
parent 3a9f927c2f
commit 2e29823034
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
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