mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-11 17:23:41 +00:00
ci: add automatic docker image building
This commit is contained in:
committed by
Rainer Killinger
parent
1dbf4515fe
commit
f2ca308a29
4
.gitlab/ci/getRegistryBranch.sh
Executable file
4
.gitlab/ci/getRegistryBranch.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# script returns string with everything after the last colon of $1 input
|
||||
echo -n $1 | grep -oE '[^:]+$'
|
||||
Reference in New Issue
Block a user