Skip to content

TiendaNube/precheck-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orb PreCheck

CircleCI Build Status CircleCI Orb Version GitHub License CircleCI Community

This orb is used to add pre-validations that our application/service should satisfy.

How to Contribute

We welcome issues and pull requests to this repository!

Useful commands to work with ORB code

Validate ORB

  • Make sure you're on the main branch of the source repository.
  • From the root of the project, package the ORB content by running:
circleci orb pack src > orb.yml
  • Validate the syntax of the generated file:
circleci orb validate orb.yml

Publish a development version/release candidate of the ORB

circleci orb publish orb.yml tiendanube/precheck@dev:first

Release an official productive version

Ask the Productivity-Engineer team to perform the official release using:

circleci orb publish promote tiendanube/precheck@dev:first patch --token 'value from orbs-token context'

Note: The version parameter can be one of:

  • patch - for bug fixes and minor changes (1.0.0 → 1.0.1)
  • minor - for new features (1.0.0 → 1.1.0)
  • major - for breaking changes (1.0.0 → 2.0.0)

You can check the published version here: https://app.circleci.com/settings/organization/github/TiendaNube/orbs

View in the orb registry

See the precheck-orb in the registry for more details of jobs, commands, and executors available in this ORB. Or check via CircleCI CLI using:

circleci orb info tiendanube/precheck@0.1.0

About

CircleCI ORB pre-check validations

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors