Add editorconfig and fix issues
This commit is contained in:
parent
5d73eef647
commit
502cfdd1ef
3 changed files with 25 additions and 3 deletions
|
@ -75,13 +75,13 @@ if [[ "${PLUGIN_AUTO_TAG:-}" == "true" ]]; then
|
|||
major=$(echo "${TAG}" |awk -F'.' '{print $1}')
|
||||
minor=$(echo "${TAG}" |awk -F'.' '{print $2}')
|
||||
release=$(echo "${TAG}" |awk -F'.' '{print $3}')
|
||||
|
||||
|
||||
major=${major:-0}
|
||||
minor=${minor:-0}
|
||||
release=${release:-0}
|
||||
|
||||
|
||||
echo "${major},${major}.${minor},${major}.${minor}.${release},latest" > .tags
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -n "${PLUGIN_MIRRORS:-}" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue