Run 'git describe' in CI to make sure --version reports it
This commit is contained in:
parent
56e4a6b15f
commit
f83dcbc430
@ -10,6 +10,8 @@ ecabal() {
|
|||||||
cabal --store-dir="$(pwd)"/.store "$@"
|
cabal --store-dir="$(pwd)"/.store "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git describe
|
||||||
|
|
||||||
# build
|
# build
|
||||||
ecabal update
|
ecabal update
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ eghcup() {
|
|||||||
ghcup -v -c -s file://$(pwd)/ghcup-${JSON_VERSION}.json "$@"
|
ghcup -v -c -s file://$(pwd)/ghcup-${JSON_VERSION}.json "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git describe
|
||||||
|
|
||||||
### build
|
### build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user