This commit is contained in:
2024-02-20 01:06:26 +03:00
parent ac5f499f47
commit 6d115d1bbf
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
branch=$(git branch | grep \* | cut -d ' ' -f2)
branch=$(echo "$branch" | sed 's/features\///g')
echo "Building branch $branch"