remove Release step as per README
git-svn-id: svn://10.0.0.236/trunk@215088 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
#
|
||||
# Release step. Pushes bits to production.
|
||||
#
|
||||
package Bootstrap::Step::Release;
|
||||
use Bootstrap::Step;
|
||||
@ISA = ("Bootstrap::Step");
|
||||
|
||||
sub Execute {
|
||||
my $this = shift;
|
||||
$this->Shell('cmd' => 'echo release');
|
||||
}
|
||||
|
||||
sub Verify {
|
||||
my $this = shift;
|
||||
$this->Shell('cmd' => 'echo Verify release');
|
||||
}
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user