Merge pull request #46 from Hestia-Homes/model-test

Model test
This commit is contained in:
quandanrepo 2023-09-29 14:31:54 +01:00 committed by GitHub
commit ab359cf8d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ jobs:
git tag -a ${new_tag} -m "Registering new Major Version"
git push origin ${new_tag}
gto show > MODEL_REGISTRY.md
gto show --json > MODEL_REGISTRY.md
git add .
git commit -m "Update Registry"
git push
@ -86,7 +86,7 @@ jobs:
git tag -a ${new_tag} -m "Registering new Minor Version"
git push origin ${new_tag}
gto show > MODEL_REGISTRY.md
gto show --json > MODEL_REGISTRY.md
git add .
git commit -m "Update Registry"
git push
@ -124,7 +124,7 @@ jobs:
git tag -a ${new_tag} -m "Registering new Patch Version"
git push origin ${new_tag}
gto show > MODEL_REGISTRY.md
gto show --json > MODEL_REGISTRY.md
git add .
git commit -m "Update Registry"
git push
@ -207,7 +207,7 @@ jobs:
git fetch --all
git pull
gto show > MODEL_REGISTRY.md
gto show --json > MODEL_REGISTRY.md
git add .
git commit -m "Update Registry"
git push origin master