kami-blue/scripts/preHook.sh

5 lines
130 B
Bash
Raw Normal View History

#!/bin/bash
CUR_VER="$(cat ./scripts/curVer)"
sed -i "s/modVersion=.*/modVersion=${CUR_VER:1}-$TRAVIS_COMMIT/" gradle.properties