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