Skip to content

Commit

Permalink
fix: phpcpd error on initial commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher committed Jul 20, 2020
1 parent a29b525 commit f96c1a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions axltempl/drupal.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ def generate_drupal_files(
os.makedirs("config/sync", mode=0o755, exist_ok=True)
util.write_file("config/sync/.gitkeep", "")

os.makedirs(docroot + "/modules/custom", mode=0o755, exist_ok=True)
util.write_file(docroot + "/modules/custom/.gitkeep", "")

util.copy_package_file("files/drupal/renovate.json", "renovate.json")


Expand Down

0 comments on commit f96c1a8

Please sign in to comment.