Files
openstapps/.gitlab/ci/getRegistryBranch.sh
Anselm Stordeur 16bbb7e9e3 feat: add backend
2021-04-27 13:01:14 +02:00

5 lines
123 B
Bash
Executable File

#!/usr/bin/env sh
# script returns string with everything after the last colon of $1 input
echo -n $1 | grep -oE '[^:]+$'