7 lines
238 B
Bash
7 lines
238 B
Bash
#!/bin/sh
|
|
export PARENT_PROJECT=dt #Controls which projects close together
|
|
export REPO_FOLDER=`git rev-parse --show-toplevel`
|
|
export REPO_NAME=$(basename $REPO_FOLDER)
|
|
export SHORT_REF=`git rev-parse --short HEAD`
|
|
export TAG_BASE=base-v2
|