Skip to content
Snippets Groups Projects
Commit 4b9f8f89 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

fix directory creation

parent e2bd4122
No related branches found
No related tags found
1 merge request!85Make tasks suitable for running against relative paths.
......@@ -146,6 +146,8 @@ task YamlToJson {
}
command {
set -e
mkdir -p $(dirname ~{outputJson})
python <<CODE
import json
import yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment