Skip to content
/ orbs Public

Reusable CircleCI configurations

Notifications You must be signed in to change notification settings

tjerkw/orbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

Orbs


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.

mavenlink/git

checkout

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.


Contribute

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]

Resources

About

Reusable CircleCI configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published