6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
|
# This file must be sourced from the release scripts directory
|
||
|
WORK_DIR="$PWD/work"
|
||
|
OUTPUT_DIR="$PWD/output"
|
||
|
|
||
|
VERSION="${VERSION:-$(git describe --tags --always)}"
|