Browse Source

HelloWorld

main
Youssef Touggani 6 years ago
parent
commit
b58b6092ae
  1. 10
      .circleci/config.yml

10
.circleci/config.yml

@ -1,11 +1,11 @@
version: 2.1 version: 2.1
orbs: orbs:
# Declare a dependency on the welcome-orb # Declare a dependency on the welcome-orb
welcome: circleci/welcome-orb@0.4.1
welcome: circleci/welcome-orb@0.4.1
# Orchestrate or schedule a set of jobs # Orchestrate or schedule a set of jobs
workflows:
workflows:
# Name the workflow "welcome" # Name the workflow "welcome"
welcome:
# Run the welcome/run job in its own container
jobs:
welcome:
# Run the welcome/run job in its own container
jobs:
- welcome/run - welcome/run
Loading…
Cancel
Save