4

Tried to deploy a release ... pasted the git tag after copying it from a Jenkins build. We’ve done this a thousand times, BAU....

The deployment process tries to `git ls-remote 'git@git-repo.com:org/repo.git' '5.1.0*'` and complains it can’t find the tag in the remote.

Three hours later, 20 grey hairs the richer, I copy the build log into Slack to get some validation from others that I’m not crazy.

`git ls-remote 'git@git-repo.com:org/repo.git' '<200b><200b>5.1.0*'`

Faaaarrrrrrrrrrrrrrrr ....

Comments
Add Comment