Sha256: 184374f70b9307c95d5a06fbde69aad0065bd55f5f6c7840b96668c9b2dc526f

Contents?: true

Size: 144 Bytes

Versions: 7

Compression:

Stored size: 144 Bytes

Contents

Indocker.add_build_server(
  Indocker::BuildServer.new(
    name: :local_bs,
    host: 'localhost',
    user: `whoami`.strip,
    port: 22
  )
)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
indocker-0.1.8 example/indocker/infrastructure/build_servers.rb
indocker-0.1.7 example/indocker/infrastructure/build_servers.rb
indocker-0.1.6 example/indocker/infrastructure/build_servers.rb
indocker-0.1.5 example/indocker/infrastructure/build_servers.rb
indocker-0.1.4 example/indocker/infrastructure/build_servers.rb
indocker-0.1.3 example/indocker/infrastructure/build_servers.rb
indocker-0.1.2 example/indocker/infrastructure/build_servers.rb