We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4fe3b commit c571530Copy full SHA for c571530
.circleci/config.yml
@@ -0,0 +1,15 @@
1
+# Use the latest 2.1 version of CircleCI pipeline processing engine, see https://circleci.com/docs/2.0/configuration-reference/
2
+version: 2.1
3
+
4
+# Use a package of configuration called an orb, see https://circleci.com/docs/2.0/orb-intro/
5
+orbs:
6
+ # Declare a dependency on the welcome-orb
7
+ welcome: circleci/[email protected]
8
9
+# Orchestrate or schedule a set of jobs, see https://circleci.com/docs/2.0/workflows/
10
+workflows:
11
+ # Name the workflow "Welcome"
12
+ Welcome:
13
+ # Run the welcome/run job in its own container
14
+ jobs:
15
+ - welcome/run
0 commit comments