update
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
#%%MULTILINE_YAML_START
|
#%%MULTILINE_YAML_START
|
||||||
#Push container to gitlab
|
#Push container to gitlab
|
||||||
containername=$(echo "$PROJECT_NAME" | awk '{print tolower($0)}')
|
containername=$(echo "$PROJECT_NAME" | awk '{print tolower($0)}')
|
||||||
if [[ "$VERSION" =~ ^([0-9]+(\.[0-9]+)*)$ ]]
|
|
||||||
then
|
if echo "$VERSION" | grep -Eq '^[0-9]+(\.[0-9]+)*$'; then
|
||||||
tag="latest"
|
tag="latest"
|
||||||
else
|
else
|
||||||
tag="dev"
|
tag="dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user