Fixes 'unknown configuration key' errors for 'only' and 'except'

pull/2171/head
James G. Kim 11 years ago
parent 793698f8a7
commit a5818b158f

@ -134,6 +134,8 @@ func (r *rawTemplate) Template() (*Template, error) {
}
// Set the configuration
delete(c, "except")
delete(c, "only")
delete(c, "keep_input_artifact")
delete(c, "type")
if len(c) > 0 {

Loading…
Cancel
Save