Skip to content

Commit

Permalink
Update hide_test_changes.sh to address docs and linkml_model
Browse files Browse the repository at this point in the history
W/ an exclusion for linkml_model/model/...
  • Loading branch information
hsolbrig committed Jul 14, 2021
1 parent b40762f commit b64ee4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hide_test_changes.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
. ./targets.sh

# Make all of the test output files invisible to git
git update-index --assume-unchanged `git status -s $TGTS | sed 's/^[[:space:]]*[^[:space:]]*[[:space:]]*//'`
echo git update-index --assume-unchanged `git status -s docs | sed 's/^[[:space:]]*[^[:space:]]*[[:space:]]*//'`
echo git update-index --assume-unchanged `git status -s linkml_model | sed 's/^[[:space:]]*[^[:space:]]*[[:space:]]*//' | grep -v \/model\/`

0 comments on commit b64ee4e

Please sign in to comment.