Sha256: 03ee8b45e4fce505f148247b836d86cda170debe9f24fa397cc611a97d6d8237

Contents?: true

Size: 484 Bytes

Versions: 6

Compression:

Stored size: 484 Bytes

Contents

- target: localhost
  command:
    - "rm -rf /var/tmp/hello_rundock_from_task_with_args_scenario"
  task:
    - write_echo task_with_args two
---
---
write_echo:
  command:
    - mkdir /var/tmp/hello_rundock_from_$1_scenario
    - echo 'Hello Rundock from task with args Scenario. $@ $#' > /var/tmp/hello_rundock_from_$1_scenario/hello_rundock_from_$1_scenario
    - cp /var/tmp/hello_rundock_from_$1_scenario/hello_rundock_from_$1_scenario /var/tmp/hello_rundock_from_$1_scenario_$2

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rundock-1.0.8 spec/integration/platforms/localhost/scenarios/task_with_args_scenario.yml
rundock-1.0.7 spec/integration/platforms/localhost/scenarios/task_with_args_scenario.yml
rundock-1.0.6 spec/integration/platforms/localhost/scenarios/task_with_args_scenario.yml
rundock-1.0.5 spec/integration/platforms/localhost/scenarios/task_with_args_scenario.yml
rundock-1.0.4 spec/integration/platforms/localhost/scenarios/task_with_args_scenario.yml
rundock-1.0.2 spec/integration/platforms/localhost/scenarios/task_with_args_scenario.yml