Sha256: 2a85e161ddb36559bce96e164010770cfc16b7c4b27570858e614334ec5cf813

Contents?: true

Size: 359 Bytes

Versions: 63

Compression:

Stored size: 359 Bytes

Contents

# this is digdag task definitions
timezone: UTC

+setup:
  echo>: start ${session_time}

+disp_current_date:
  echo>: ${moment(session_time).utc().format('YYYY-MM-DD HH:mm:ss Z')}

+repeat:
  for_each>:
    order: [first, second, third]
    animal: [dog, cat]
  _do:
    echo>: ${order} ${animal}
  _parallel: true

+teardown:
  echo>: finish ${session_time}

Version data entries

63 entries across 63 versions & 8 rubygems

Version Path
tdiary-5.0.5 vendor/bundle/gems/rouge-2.1.1/lib/rouge/demos/digdag
rouge-2.1.1 lib/rouge/demos/digdag
rouge-2.1.0 lib/rouge/demos/digdag