Resolve "Missing version badge" #12

Merged
therbron merged 3 commits from 4-missing-version-badge into master 2022-05-21 19:02:44 +00:00
Showing only changes of commit 1238b024f1 - Show all commits

View File

@ -13,7 +13,7 @@ build-image:
- "HALIA_VER=$(curl --request GET -L --header 'Accept: application/json' --header 'Content-Type: application/json' https://git.halia.dev/api/v4/projects/24/registry/repositories/6/tags | jq -r '.[].location' | grep -v latest | cut -d ':' -f2 | sort -V | tail -1)" - "HALIA_VER=$(curl --request GET -L --header 'Accept: application/json' --header 'Content-Type: application/json' https://git.halia.dev/api/v4/projects/24/registry/repositories/6/tags | jq -r '.[].location' | grep -v latest | cut -d ':' -f2 | sort -V | tail -1)"
- "GITLAB_VER=$(git tag | sort -V | grep -v rc | grep ce | tail -1)" - "GITLAB_VER=$(git tag | sort -V | grep -v rc | grep ce | tail -1)"
- "GITLAB_SHORT_VER=$(echo $GITLAB_VER | cut -d '+' -f 1)" - "GITLAB_SHORT_VER=$(echo $GITLAB_VER | cut -d '+' -f 1)"
- wget "https://img.shields.io/badge/image version-$GITLAB_SHORT_VER-informational" -O ../../image_version.svg - wget "https://img.shields.io/badge/image version-$GITLAB_SHORT_VER-informational" -O ../image_version.svg
- if [ $HALIA_VER != $GITLAB_VER ]; then echo "No update available, exciting..."; exit 0; fi - if [ $HALIA_VER != $GITLAB_VER ]; then echo "No update available, exciting..."; exit 0; fi
- git checkout $GITLAB_VER - git checkout $GITLAB_VER
- "GITLAB_VER=$(echo $GITLAB_VER | tr '+' -)" - "GITLAB_VER=$(echo $GITLAB_VER | tr '+' -)"