Skip to content

Bug: release detection #10

@deniszh

Description

@deniszh

Curerently all scrpts uploads only to autobuild repo because:

REPOS="autobuilds"

git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
if [[ $? -eq 0 ]]; then
        REPOS="stable autobuilds"
fi

but

+ REPOS=autobuilds
+ git describe --abbrev=6 --dirty --always --tags
+ grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
grep: Unmatched ( or \(
+ [[ 2 -eq 0 ]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions