Sha256: 4ed761f87bae33b3995c801f6c09c93d9c787f61431b9dc9ea5228d2bc4b12e3

Contents?: true

Size: 187 Bytes

Versions: 8

Compression:

Stored size: 187 Bytes

Contents

module Kubes::Docker::Strategy::Push
  class Gcloud < Base
    def run
      run_hooks "push" do
        # noop, gcloud builds submit already pushes the image
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
kubes-0.3.5 lib/kubes/docker/strategy/push/gcloud.rb
kubes-0.3.4 lib/kubes/docker/strategy/push/gcloud.rb
kubes-0.3.3 lib/kubes/docker/strategy/push/gcloud.rb
kubes-0.3.2 lib/kubes/docker/strategy/push/gcloud.rb
kubes-0.3.1 lib/kubes/docker/strategy/push/gcloud.rb
kubes-0.3.0 lib/kubes/docker/strategy/push/gcloud.rb
kubes-0.2.6 lib/kubes/docker/strategy/push/gcloud.rb
kubes-0.2.5 lib/kubes/docker/strategy/push/gcloud.rb