Updating constants

This commit is contained in:
Sahil Ahuja 2025-02-16 21:53:11 +05:30
parent 158704ce57
commit 43849834d3

View File

@ -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