Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef2d19 commit 56ed4bdCopy full SHA for 56ed4bd
scripts/config.sh
@@ -19,7 +19,7 @@ function webhook {
19
app_name="$2"
20
message="$3"
21
git_hash=`git rev-parse --short HEAD`
22
- version=`cat ${gradle_app_name}/build.gradle | grep -m 1 versionName | cut -d'"' -f 2`
+ version=`cat build.gradle | grep -m 1 versionName | cut -d'"' -f 2`
23
24
echo $message
25
echo $channel $gradle_app_name $app_name $version $ICON_URL
0 commit comments