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:
parent
cf328cdf33
commit
5cef8925dc
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -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" == "" ]
|
||||
|
Loading…
Reference in New Issue
Block a user