You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git rev-parse --abbrev-ref HEAD isn't very helpful, as it always returns HEAD when you're in detached HEAD state (i.e. when deploying via gitlab).
I suggest using git log -n 1 --pretty=%d HEAD instead, in detached HEAD state it produces a more meaningful output: (HEAD, origin/sandbox/test_git_revision_plugin)
sandromartis, haelbichalex, dpraul, ttha1, FideleGastro and 3 more