Reviewed-on: #5 Co-authored-by: ange <ange@yw5n.com> Co-committed-by: ange <ange@yw5n.com>
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
branch="$(git describe --contains --all HEAD)"
|
|
|
|
xdg-open "https://$branch.monorepo.icing.k8s.gmoker.com"
|