Sha256: daa91fe4ed9b6b0ed486905156eebdc465495e4c5fe95b5c12086944f8bb66b6

Contents?: true

Size: 846 Bytes

Versions: 3

Compression:

Stored size: 846 Bytes

Contents

- target: localhost
  command:
    - "rm -rf /var/tmp/hello_rundock_from_task_with_filtering"
  task:
    - do_task_1
    - do_not_task_1
    - do_task_2
    - do_not_task_2
---
---
do_task_1:
  command:
    - mkdir /var/tmp/hello_rundock_from_task_with_filtering
    - echo 'Hello Rundock from task with filtering do task 1.' > /var/tmp/hello_rundock_from_task_with_filtering/do_task_1
do_not_task_1:
  command:
    - echo 'Hello Rundock from task with filtering do not task 1.' > /var/tmp/hello_rundock_from_task_with_filtering/do_not_task_1
do_task_2:
  command:
    - echo 'Hello Rundock from task with filtering do task 2.' > /var/tmp/hello_rundock_from_task_with_filtering/do_task_2
do_not_task_2:
  command:
    - echo 'Hello Rundock from task with filtering do not task 2.' > /var/tmp/hello_rundock_from_task_with_filtering/do_not_task_2

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/platforms/localhost/scenarios/task_with_filtering_scenario.yml
rundock-1.2.0 spec/integration/platforms/localhost/scenarios/task_with_filtering_scenario.yml
rundock-1.1.7 spec/integration/platforms/localhost/scenarios/task_with_filtering_scenario.yml