Browse Source

Merge pull request #16760 from mhei/ci-typo

github-ci: fix small typo
lilik-openwrt-22.03
Alexandru Ardelean 3 years ago
committed by GitHub
parent
commit
05ce19315e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +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 if [ -f "$TEST_SCRIPT" ]; then
echo "Use package specific test.sh" echo "Use package specific test.sh"
if sh "$TEST_SCRIPT" "$PKG_NAME" "$PKG_VERSION"; then if sh "$TEST_SCRIPT" "$PKG_NAME" "$PKG_VERSION"; then
echo "Test succesful"
echo "Test successful"
else else
echo "Test failed" echo "Test failed"
exit 1 exit 1


Loading…
Cancel
Save