Sha256: 45fc50322d200b1c860d8fd982d488137f389d03509241dd2a9df28bff88f1e0
Contents?: true
Size: 238 Bytes
Versions: 16
Compression:
Stored size: 238 Bytes
Contents
module Shipit class GitMirrorUpdateJob < BackgroundJob queue_as :default def perform(stack) commands = StackCommands.new(stack) stack.acquire_git_cache_lock do commands.fetch.run end end end end
Version data entries
16 entries across 16 versions & 1 rubygems