Method: Indocker::DeploymentProgress#start_syncing_artifact
- Defined in:
- lib/indocker/deployment_progress.rb
#start_syncing_artifact(server, artifact) ⇒ Object
172 173 174 175 176 177 |
# File 'lib/indocker/deployment_progress.rb', line 172 def start_syncing_artifact(server, artifact) @semaphore.synchronize do @synced_artifacts[artifact][server][:start] = Time.now log end end |