mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-03 04:08:57 +02:00
Text files should end with a newline character.
This commit is contained in:
@@ -34,4 +34,4 @@ tasks:
|
||||
- privileges
|
||||
- sampleTask
|
||||
- sampleTaskRollbackAware
|
||||
#post-deploy:
|
||||
#post-deploy:
|
||||
|
||||
@@ -5,4 +5,4 @@ notifications: true
|
||||
logging: true
|
||||
scm:
|
||||
type: git
|
||||
url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
|
||||
url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
|
||||
|
||||
@@ -1 +1 @@
|
||||
log-*
|
||||
log-*
|
||||
|
||||
@@ -14,4 +14,4 @@ class FailTask extends AbstractTask
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ class Privileges extends AbstractTask
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,4 +19,4 @@ class SampleTaskRollbackAware extends AbstractTask implements RollbackAware
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@ class TaskWithParameters extends AbstractTask
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user