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
|
||||
./gradlew build
|
||||
export VERSION=$(cat build.gradle | grep "version '" | cut -d "'" -f 2-2)
|
||||
|
Loading…
Reference in New Issue
Block a user