mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
refactor: move backend to monorepo
This commit is contained in:
4
backend/.gitlab/ci/getRegistryBranch.sh
Normal file
4
backend/.gitlab/ci/getRegistryBranch.sh
Normal 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