patches by decentral1se
continuous-integration/drone/pr Build is passing Details

Co-authored-by: decentral1se <cellarspoon@riseup.net>
This commit is contained in:
p4u1 2024-03-04 16:03:13 +01:00
parent ab86904cf4
commit 1fd14fa76f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"
}