repos
clone ssh: git@git.marzeq.foo:marzeq/qk.git
git@git.marzeq.foo:marzeq/qk.git
clone https: https://git.marzeq.foo/clone/marzeq/qk.git
https://git.marzeq.foo/clone/marzeq/qk.git
#!/bin/sh exec 1>&2 if ! ./test.sh run; then echo "Tests failed. Push aborted." exit 1 fi exit 0