Skip to content

Commit

Permalink
Bugfix: run-command.sh: tmp/ nonexistent
Browse files Browse the repository at this point in the history
If run-command.sh runs on a fresh clone, it will fail because it tries to append to a debug log, but it can't do that because the directory for that file doesn't exist.
  • Loading branch information
joeflack4 committed Feb 19, 2024
1 parent e70cf58 commit 664b598
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
target/
bin/
semantic.cache
tmp/
tmp/*
!tmp/.gitkeep
!tmp/README.md
venv/
.DS_Store
template/src/patterns/catalog-v001.xml
.idea
examples/phenotype-ontologies/zeco-odk-nico-curl.yaml
examples/phenotype-ontologies/zeco-odk-nico.yaml
.idea
examples/phenotype-ontologies/zeco-odk-nico-curl.yaml
examples/phenotype-ontologies/zeco-odk-nico.yaml
1 change: 1 addition & 0 deletions template/.gitignore.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ src/ontology/merged-{{ project.id }}-edit.owl
src/ontology/target/
src/ontology/tmp/*
!src/ontology/tmp/README.md
!src/ontology/tmp/.gitkeep

src/ontology/run.sh.conf
src/ontology/run.sh.env
Expand Down
Empty file.

0 comments on commit 664b598

Please sign in to comment.