diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/lib/ci.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/ci.rb b/web/lib/ci.rb index c899e4f..1a01965 100644 --- a/web/lib/ci.rb +++ b/web/lib/ci.rb @@ -28,7 +28,7 @@ def run_ci(volume_container, ci_image, ci_type, num_of_packages) tar.close tar.unlink - #ci_container.delete + ci_container.delete end end |