9 lines
282 B
Bash
9 lines
282 B
Bash
#!/bin/sh
|
|
export REPO_BASE=gmetrivr
|
|
export REPO_NAME=dt-api
|
|
export PARENT_PROJECT=dt #Controls which projects close together
|
|
export REPO_FOLDER=`git rev-parse --show-toplevel`
|
|
export SHORT_REF=`git rev-parse --short HEAD`
|
|
export BUILD_VERSION="b-$SHORT_REF"
|
|
export TAG_BASE=base-v2
|