Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
triggers:
  - type: command
    working_dir: $HOME/aviso/examples
    command: ./script.sh --stream ${request.stream} --date ${request.date} -s-time ${request.streamtime}
 --step ${request.step}
    environment:
      STEP: ${request.step}
      TIME: "The time is ${request.time}"

...