Beyond just hosting @artsy's orbs, this repo also provides a sharable mechanism for developing orbs. When I added that, I also added a required environment variable in many of our scripts called NAMESPACE. I don't want to set namespace just as the baseline default because if someone else is using our orb setup they'd get that too. It is somewhat annoying to always have to specify NAMESPACE though.
To avoid that, it'd be nice to have NAMESPACE default to artsy when the origin points to this repo.
You can get the origin url by running git remote get-url origin
Beyond just hosting @artsy's orbs, this repo also provides a sharable mechanism for developing orbs. When I added that, I also added a required environment variable in many of our scripts called
NAMESPACE. I don't want to set namespace just as the baseline default because if someone else is using our orb setup they'd get that too. It is somewhat annoying to always have to specify NAMESPACE though.To avoid that, it'd be nice to have
NAMESPACEdefault toartsywhen the origin points to this repo.You can get the origin url by running
git remote get-url origin