forked from toolshed/abra
fix: abra app new checks out latest version
See coop-cloud/organising#618
This commit is contained in:
@ -35,3 +35,11 @@ _set_git_author() {
|
||||
run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" config --local user.name test
|
||||
assert_success
|
||||
}
|
||||
|
||||
_latest_tag() {
|
||||
export LATEST_TAG=$(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" describe --abbrev=0)
|
||||
}
|
||||
|
||||
_latest_hash() {
|
||||
export LATEST_HASH=$(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" log -1 --pretty=format:%h)
|
||||
}
|
||||
|
Reference in New Issue
Block a user