mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-25 16:21:50 +01:00
fix matching
This commit is contained in:
parent
6eb4f1ba88
commit
b854fdeadb
7
.github/scripts/create-repo.sh
vendored
7
.github/scripts/create-repo.sh
vendored
@ -1,14 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
mkdir -p repo/
|
||||
|
||||
# Get last commit message
|
||||
last_commit_log=$(git log -1 --pretty=format:"%s")
|
||||
echo "last commit log: $last_commit_log"
|
||||
|
||||
filter_count=$(echo "$last_commit_log" | grep -c "[RELEASE CI]" )
|
||||
filter_count=$(echo "$last_commit_log" | grep -c '\[RELEASE CI\]' )
|
||||
echo "count is: $filter_count"
|
||||
|
||||
if [ "$filter_count" -gt 0 ]; then
|
||||
mkdir -p repo/
|
||||
cp server/build/Tachidesk-*.jar repo/
|
||||
fi
|
Loading…
Reference in New Issue
Block a user