Commit a5818b15 authored by James G. Kim's avatar James G. Kim

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

parent 793698f8
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment