Skip to content

Instantly share code, notes, and snippets.

@tnir
Last active January 30, 2019 08:57
Show Gist options
  • Save tnir/c61e280eed4cea5d67966587cc00f3bf to your computer and use it in GitHub Desktop.
Save tnir/c61e280eed4cea5d67966587cc00f3bf to your computer and use it in GitHub Desktop.
Updating Orb-based CircleCI config
version: 2.1
orbs:
hello: circleci/hello-build@0.0.8
workflows:
"Hello Workflow":
jobs:
- hello/hello-build

Copyright © 2019 Circle Internet Services, Inc., All Rights Reserved.

CircleCI Documentation by CircleCI is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

https://circleci.com/docs/2.0/using-orbs/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment