mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 19:15:59 +01:00
4 lines
146 B
Bash
4 lines
146 B
Bash
#!/bin/sh
|
|
export GITBUCKET_VERSION=`cat ../build.sbt | grep 'val GitBucketVersion' | cut -d \" -f 2`
|
|
echo "GITBUCKET_VERSION: $GITBUCKET_VERSION"
|