Sha256: 1082b4fb6441b1a5744127ec3dee5dc9ab2451f4e38210f98e515527896e17c4
Contents?: true
Size: 325 Bytes
Versions: 20
Compression:
Stored size: 325 Bytes
Contents
class CacheDeploySpecJob < BackgroundJob include BackgroundJob::Unique def perform(stack) commands = Commands.for(stack) commands.with_temporary_working_directory(commit: stack.commits.last) do |path| stack.update!(cached_deploy_spec: DeploySpec::FileSystem.new(path, stack.environment)) end end end
Version data entries
20 entries across 20 versions & 1 rubygems