Skip to content

Instantly share code, notes, and snippets.

@bufferings
Created October 19, 2022 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bufferings/f692f220b27e2e5abee525d3a63e8f8b to your computer and use it in GitHub Desktop.
Save bufferings/f692f220b27e2e5abee525d3a63e8f8b to your computer and use it in GitHub Desktop.
version: 2.1
jobs:
say-hello:
docker:
- image: cimg/base:stable
steps:
- checkout
- run:
name: "Say hello from external config.yml"
command: "echo External config.yml!"
workflows:
say-hello-workflow:
jobs:
- say-hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment