Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 316 Bytes

flow.md

File metadata and controls

12 lines (11 loc) · 316 Bytes

Example in how to represent the CI Flow:

 Install dependencies          ---> Cache "node_modules" folder
          |
          V
  Lint + Unit tests
         / \
        /   \
  Generate   Build staging     ---> If on "master" branch
  Artifacts. Build production  ---> If a tag is associated on the commit