diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-09-05 09:04:27 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-12-04 16:26:59 +0100 |
commit | 2e298230340d038a8738e6b9e263dcf9f3aa662f (patch) | |
tree | ff84bd72eb42d8de019f301aa58bd37cfdbe0cfe | |
parent | 3a9f927c2f74bce2f8b6c1fe654db3ef2cabae0a (diff) | |
download | upstream-2e298230340d038a8738e6b9e263dcf9f3aa662f.tar.gz upstream-2e298230340d038a8738e6b9e263dcf9f3aa662f.tar.bz2 upstream-2e298230340d038a8738e6b9e263dcf9f3aa662f.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 |