Updating constants
This commit is contained in:
parent
158704ce57
commit
43849834d3
@ -1,8 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export REPO_BASE=gmetrivr
|
|
||||||
export REPO_NAME=dt-api
|
|
||||||
export PARENT_PROJECT=dt #Controls which projects close together
|
export PARENT_PROJECT=dt #Controls which projects close together
|
||||||
export REPO_FOLDER=`git rev-parse --show-toplevel`
|
export REPO_FOLDER=`git rev-parse --show-toplevel`
|
||||||
|
export REPO_NAME=$(basename $REPO_FOLDER)
|
||||||
export SHORT_REF=`git rev-parse --short HEAD`
|
export SHORT_REF=`git rev-parse --short HEAD`
|
||||||
export BUILD_VERSION="b-$SHORT_REF"
|
|
||||||
export TAG_BASE=base-v2
|
export TAG_BASE=base-v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user