test: fix git tag command [ci skip]

This commit is contained in:
decentral1se 2023-09-24 00:56:00 +02:00
parent f0560ca975
commit 78b8cf9725
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ teardown(){
@test "list version" {
_deploy_app
latestVersion=$(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" git tag | tail -n 1)
latestVersion=$(git -C "$ABRA_DIR/recipes/$TEST_RECIPE" tag | tail -n 1)
refute [ -z "$latestVersion" ];
run $ABRA app version "$TEST_APP_DOMAIN"