diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-09-05 09:04:27 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-09-20 12:14:54 +0200 |
commit | 63ed733d30153667d7d645ab0ee3f5614089c759 (patch) | |
tree | 1694dad088978378b8b09f662a55791be823e75b /.github/workflows | |
parent | 0a7269584478e164ff185864292452af35abec1b (diff) | |
download | upstream-63ed733d30153667d7d645ab0ee3f5614089c759.tar.gz upstream-63ed733d30153667d7d645ab0ee3f5614089c759.tar.bz2 upstream-63ed733d30153667d7d645ab0ee3f5614089c759.zip |
ci: move scripts into separate directory
So it's clean and tidy.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to '.github/workflows')
-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 |