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:
28c075d
)
CI: fix grammar typo when test is succesful
author
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Fri, 16 Oct 2020 15:40:17 +0000
(17:40 +0200)
committer
Paul Spooren
<mail@aparcar.org>
Fri, 16 Oct 2020 18:15:53 +0000
(08:15 -1000)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
.github/workflows/entrypoint.sh
patch
|
blob
|
history
diff --git
a/.github/workflows/entrypoint.sh
b/.github/workflows/entrypoint.sh
index 37fb373234707006dde7c9a9a26c66d8edf9716c..d7d4ecd0eb542ae43306aec1b32eaeb84ee0ee7b 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 succes
sful
l"
+ echo "Test succes
fu
l"
else
echo "Test failed"
exit 1