This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
github-ci: fix small typo
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold
3 years ago
parent
e24a969571
commit
05a3011b00
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/entrypoint.sh
+ 1
- 1
.github/workflows/entrypoint.sh
View File
@ -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
Write
Preview
Loading…
Cancel
Save