From 1fd14fa76fd3581c57dd57e017614751c8193453 Mon Sep 17 00:00:00 2001 From: p4u1 Date: Mon, 4 Mar 2024 16:03:13 +0100 Subject: [PATCH] patches by decentral1se Co-authored-by: decentral1se --- scripts/installer/installer | 2 +- tests/integration/recipe_version.bats | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index 01605942..8b8ee5ec 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -2,7 +2,7 @@ ABRA_VERSION="0.8.1-beta" ABRA_RELEASE_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$ABRA_VERSION" -RC_VERSION="0.8.1-beta" +RC_VERSION="0.8.0-rc1-beta" RC_VERSION_URL="https://git.coopcloud.tech/api/v1/repos/coop-cloud/abra/releases/tags/$RC_VERSION" for arg in "$@"; do diff --git a/tests/integration/recipe_version.bats b/tests/integration/recipe_version.bats index d25faef9..eea0bce4 100644 --- a/tests/integration/recipe_version.bats +++ b/tests/integration/recipe_version.bats @@ -12,7 +12,7 @@ setup() { } @test "error if not present in catalogue" { - run $ABRA recipe versions "not-in-catalogue" + run $ABRA recipe versions "example" assert_failure assert_output --partial "is not published on the catalogue" }