projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24a969
)
github-ci: fix small typo
16760/head
author
Michael Heimpold
<mhei@heimpold.de>
Tue, 28 Sep 2021 05:42:38 +0000
(07:42 +0200)
committer
Michael Heimpold
<mhei@heimpold.de>
Tue, 28 Sep 2021 05:42:38 +0000
(07:42 +0200)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
.github/workflows/entrypoint.sh
patch
|
blob
|
history
diff --git
a/.github/workflows/entrypoint.sh
b/.github/workflows/entrypoint.sh
index d7d4ecd0eb542ae43306aec1b32eaeb84ee0ee7b..76041054736c8ed1ab14fe5781622681d3a8730b 100755
(executable)
--- a/
.github/workflows/entrypoint.sh
+++ b/
.github/workflows/entrypoint.sh
@@
-26,7
+26,7
@@
for PKG in /ci/*.ipk; do
if [ -f "$TEST_SCRIPT" ]; then
echo "Use package specific test.sh"
if sh "$TEST_SCRIPT" "$PKG_NAME" "$PKG_VERSION"; then
- echo "Test succesful"
+ echo "Test succes
s
ful"
else
echo "Test failed"
exit 1