We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcbd2ae + 5db9853 commit e6b7f40Copy full SHA for e6b7f40
.circleci/config.yml
@@ -0,0 +1,13 @@
1
+# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
2
+version: 2.1
3
+# Use a package of configuration called an orb.
4
+orbs:
5
+ # Declare a dependency on the welcome-orb
6
+ welcome: circleci/[email protected]
7
+# Orchestrate or schedule a set of jobs
8
+workflows:
9
+ # Name the workflow "welcome"
10
+ welcome:
11
+ # Run the welcome/run job in its own container
12
+ jobs:
13
+ - welcome/run
0 commit comments