Skip to content

Commit aa895d3

Browse files
author
Scott Christley
committed
skip some updates
1 parent fa6d7fb commit aa895d3

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

src/scripts/update_repo.sh

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mkdir target
1414
/tools/odk.py seed -c -g -C $CONFIG
1515
ls -l target/$OID/src
1616
ls -l $SRCDIR/
17-
cp target/$OID/src/scripts/update_repo.sh $SRCDIR/scripts/
17+
#cp target/$OID/src/scripts/update_repo.sh $SRCDIR/scripts/
1818
rsync -r -u --ignore-existing --exclude 'patterns/data/default/example.tsv' --exclude 'patterns/dosdp-patterns/example.yaml' target/$OID/src/ $SRCDIR/
1919

2020
rsync -r -u --ignore-existing target/$OID/docs/ $ROOTDIR/docs
@@ -30,11 +30,17 @@ cp target/$OID/.github/workflows/qc.yml $ROOTDIR/.github/workflows/qc.yml
3030

3131

3232

33-
cp target/$OID/.github/workflows/docs.yml $ROOTDIR/.github/workflows/docs.yml
33+
#cp target/$OID/.github/workflows/docs.yml $ROOTDIR/.github/workflows/docs.yml
3434

3535

3636
cp -n target/$OID/mkdocs.yaml $ROOTDIR/
3737

38+
echo ""
39+
40+
echo "WARNING: The update_repo.sh was not updated, manually migrate if necessary"
41+
42+
echo "WARNING: The docs github workflow was not updated, manually migrate if necessary"
43+
3844
echo "WARNING: These files should be manually migrated: mkdocs.yaml, .gitignore, src/ontology/catalog.xml (if you added a new import or component)"
3945

40-
echo "Ontology repository update successfully completed."
46+
echo "Ontology repository update successfully completed."

0 commit comments

Comments
 (0)