Sha256: 5e262d3d36a36fa01e3a990628c6b43846a3c101839cbd4fedf096b0fe41ce10

Contents?: true

Size: 289 Bytes

Versions: 4

Compression:

Stored size: 289 Bytes

Contents

---
env:
- FLOW_YAML_FROM=flow-cli
flows:
- name: default_flow_by_cli
  language: 
  env: 
  trigger:
    push:
    - develop
    - master
  steps:
  - name: init
    plugin:
      name: _init
  - name: git
    plugin:
      name: git
  - name: build
    scripts:
    - echo "hello world"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flow-cli-0.0.4 .flow.yml
flow-cli-0.0.3 .flow.yml
flow-cli-0.0.2 .flow.yml
flow-cli-0.0.1 .flow.yml