add shebang
This commit is contained in:
parent
f17ce87e45
commit
9df5f942de
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
set -e # this makes the whole script fail immediately if any one of these commands fails
|
set -e # this makes the whole script fail immediately if any one of these commands fails
|
||||||
./gradlew build
|
./gradlew build
|
||||||
export VERSION=$(cat build.gradle | grep "version '" | cut -d "'" -f 2-2)
|
export VERSION=$(cat build.gradle | grep "version '" | cut -d "'" -f 2-2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user