Skip to content
Snippets Groups Projects
Commit e4f56eec authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Remove double mkdir parameter

parent a3dac6d7
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
---
#@ def _graphviz_args():
configure: |
mkdir -p "$BUILD_DIR" "$BUILD_DIR"
mkdir -p "$BUILD_DIR"
extract.sh --into "$BUILD_DIR" "(@= source_url @)"
cd $BUILD_DIR
......
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