Work In Progress while we figure out a little bit of process
All our orbs will be released under the mavenlink
namespace.
Note: all orbs will be publicly readable so this repository will always stay public.
Git clones and fetches at a depth of 1. This minimizes disk space (and thus cache size) of source code. Note: invalidate source code caches when switching from unshallow to shallow git operations.
Useful commands:
circleci orb create mavenlink/git
circleci orb validate src/git/orb.yml
- Development:
circleci orb publish src/git/orb.yml mavenlink/git@dev:0.0.0
- Production:
circleci orb publish src/git/orb.yml mavenlink/[email protected]