[openwrt/openwrt] ci: move scripts into separate directory
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 4 07:37:21 PST 2022
ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/2e298230340d038a8738e6b9e263dcf9f3aa662f
commit 2e298230340d038a8738e6b9e263dcf9f3aa662f
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Mon Sep 5 09:04:27 2022 +0200
ci: move scripts into separate directory
So it's clean and tidy.
Signed-off-by: Petr Štetiar <ynezz at true.cz>
(cherry picked from commit 63ed733d30153667d7d645ab0ee3f5614089c759)
---
.github/workflows/formal.yml | 2 +-
.github/workflows/{ => scripts}/ci_helpers.sh | 0
2 files changed, 1 insertion(+), 1 deletion(-)
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
similarity index 100%
rename from .github/workflows/ci_helpers.sh
rename to .github/workflows/scripts/ci_helpers.sh
More information about the lede-commits
mailing list