mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update buildLabel.sh
This commit is contained in:
@@ -324,7 +324,7 @@ fi
|
||||
|
||||
identifier=${name:l} # making lower case
|
||||
identifier=${identifier//\%[0-9a-fA-F][0-9a-fA-F]} # removing certain characters
|
||||
identifier=${identifier//[,._*@$\(\)\-]} # removing more characters from label name
|
||||
identifier=${identifier//[ ,._*@$\(\)\-]} # removing more characters from label name
|
||||
echo "identifier: $identifier"
|
||||
|
||||
# github-part to figure out if we can find author and repo, to use our github functions for the label
|
||||
|
||||
Reference in New Issue
Block a user