From 78b8cf97257c3ce1f1803ecc09588156c5924895 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 24 Sep 2023 00:56:00 +0200 Subject: [PATCH] test: fix git tag command [ci skip] --- tests/integration/app_version.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/app_version.bats b/tests/integration/app_version.bats index 50dd76bf..595c2d94 100644 --- a/tests/integration/app_version.bats +++ b/tests/integration/app_version.bats @@ -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"