Skip to content
Snippets Groups Projects
Commit 898f0147 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix typo

parent f6f8fabb
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ jobs:
VERSION_NUM=$(jq '.version' < package.json)
VERSION_NUM=${VERSION_NUM#\"}
VERSION_NUM=${VERSION_NUM%\"}
'echo "VERSION_NUM: $VERSION_NUM"'
echo "VERSION_NUM: $VERSION_NUM"
cat mkdocs.yml
GREP_VERSION_NUM=$(cat mkdocs.yml | grep $VERSION_NUM)
'echo GREP_VERSION_NUM: $GREP_VERSION_NUM'
echo GREP_VERSION_NUM: $GREP_VERSION_NUM
test -z "$GREP_VERSION_NUM" && exit 1 || exit 0
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment