Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

CircleCI-Archived/hello-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Orb CircleCI Build Status CircleCI Orb Version GitHub license CircleCI Community

A simple orb published to help get you down the road.

Usage

To use this orb, try:

version: 2.1

orbs:
    hello: circleci/hello-build@volatile

workflows:
    "Hello Workflow":
        jobs:
          - hello/hello-build