Add simple tree graph mode (#4)
All checks were successful
continuous-integration/drone/push Build is passing

Add a new kind of family tree: simple tree

Reviewed-on: #4
This commit is contained in:
2023-08-26 13:59:58 +00:00
parent 635fb667e1
commit 8086c1b4c9
9 changed files with 499 additions and 4 deletions

View File

@ -8,7 +8,7 @@ if [[ -z "${AWS_SECRET_ACCESS_KEY}" ]]; then
exit 0
fi
if [ ! "$DRONE_COMMIT_BRANCH" == "master"]; then
if [ ! "$DRONE_COMMIT_BRANCH" == "master" ]; then
echo Not on master branch. Skip deployment.
exit 0
fi