Sha256: d774db5034e3e43fcd7c955acc3b7d86bff5f09e0f7f071dee5a30764e582d3f

Contents?: true

Size: 1.09 KB

Versions: 6

Compression:

Stored size: 1.09 KB

Contents

- target: localhost
  command:
    - "rm -f /var/tmp/hello_rundock_from_deploy_src_file_arg_1_scenario"
    - "rm -f /var/tmp/hello_rundock_from_deploy_dst_file_arg_2_scenario"
    - "echo 'Hello Rundock from deploy args Scenario.' > /var/tmp/hello_rundock_from_deploy_src_file_arg_1_scenario"
    - "rm -f /var/tmp/hello_rundock_from_deploy_src_file_arg_binding_scenario"
    - "rm -f /var/tmp/hello_rundock_from_deploy_dst_file_arg_binding_scenario"
    - "echo 'Hello Rundock from deploy args <%= arg_1 %> Scenario.' > /var/tmp/hello_rundock_from_deploy_src_file_arg_binding_scenario"
  task:
    - deploy_file         arg_1 arg_2
    - deploy_file_binding arg_1 runrunrundock
---
---
deploy_file:
  deploy:
    - src: /var/tmp/hello_rundock_from_deploy_src_file_$1_scenario
      dst: /var/tmp/hello_rundock_from_deploy_dst_file_$2_scenario
deploy_file_binding:
  deploy:
    - src: /var/tmp/hello_rundock_from_deploy_src_file_arg_binding_scenario
      dst: /var/tmp/hello_rundock_from_deploy_dst_file_arg_binding_scenario
      erb: true
      binding:
        $1:
          type: string
          value: $2

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rundock-1.2.1 spec/integration/platforms/localhost/scenarios/deploy_args_scenario.yml
rundock-1.2.0 spec/integration/platforms/localhost/scenarios/deploy_args_scenario.yml
rundock-1.1.7 spec/integration/platforms/localhost/scenarios/deploy_args_scenario.yml
rundock-1.1.6 spec/integration/platforms/localhost/scenarios/deploy_args_scenario.yml
rundock-1.1.5 spec/integration/platforms/localhost/scenarios/deploy_args_scenario.yml
rundock-1.1.4 spec/integration/platforms/localhost/scenarios/deploy_args_scenario.yml