Sha256: 58a2b1f2525591283a80514d0da16bcc72d2262e78ce7700fbc4e89b71022a10
Contents?: true
Size: 609 Bytes
Versions: 10
Compression:
Stored size: 609 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 - cp /var/tmp/hello_rundock_from_$1_scenario/hello_rundock_from_$1_scenario /var/tmp/hello_rundock_from_${USER}_scenario
Version data entries
10 entries across 10 versions & 1 rubygems