Class: Gbuild::CleanCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Gbuild::CleanCommand
- Defined in:
- lib/gbuild/clean_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
7 8 9 10 |
# File 'lib/gbuild/clean_command.rb', line 7 def execute Kommando.run "gsutil -m rm -r #{Gbuild.source_bucket(project)}", output: true Kommando.run "gsutil -m rm -r #{Gbuild.source_bucket(project)}", output: true end |