1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Remove superfluous parentheses

This commit is contained in:
Dimitri Huisman 2022-01-25 11:42:22 +00:00
parent cf328cdf33
commit 5cef8925dc

View File

@ -26,7 +26,7 @@ concurrency: ci-${{ github.ref }}
################################################
# Code block that is used as one liner.
##!/bin/bash
#version=$( git tag --sort=version:refname --list "{{ env.MAILU_VERSION }}.*" | tail -1 ) )
#version=$( git tag --sort=version:refname --list "{{ env.MAILU_VERSION }}.*" | tail -1 )
#root_version=${version%.*}
#patch_version=${version##*.}
#if [ "$patch_version" == "" ]