Newer
Older
gitbucket_jkp / release / env.sh
@Naoki Takezoe Naoki Takezoe on 31 Jul 2015 147 bytes Update release scripts
#!/bin/sh
export GITBUCKET_VERSION=`cat ../project/build.scala | grep 'val Version' | cut -d \" -f 2`
echo "GITBUCKET_VERSION: $GITBUCKET_VERSION"