diff options
author | Peter Wilmott <p@p8952.info> | 2015-08-16 11:47:38 +0100 |
---|---|---|
committer | Peter Wilmott <p@p8952.info> | 2015-08-16 11:47:38 +0100 |
commit | 118137c0993d6c4a628bdccf85a30fd08bd21010 (patch) | |
tree | 1f59383dd582918cffef06d3077f8dcae41f03d2 /web | |
parent | Ensure the latest version of portage is installed (diff) | |
download | ruby-tinderbox-118137c0993d6c4a628bdccf85a30fd08bd21010.tar.gz ruby-tinderbox-118137c0993d6c4a628bdccf85a30fd08bd21010.tar.bz2 ruby-tinderbox-118137c0993d6c4a628bdccf85a30fd08bd21010.zip |
Oops
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 |