Add simple tree graph mode (#4)
All checks were successful
continuous-integration/drone/push Build is passing
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:
@ -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
|
||||
|
Reference in New Issue
Block a user