Skip to content

Commit

Permalink
fixes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonskie committed Feb 17, 2021
1 parent cfed832 commit e4c3dd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions hooks/check
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,3 @@ if [[ -n "$GENESIS_CLOUD_CONFIG" ]] ; then
cloud_config_needs disk_type $(lookup params.disk_type prometheus)
check_cloud_config && describe " cloud-config [#G{OK}]"
fi

ok=yes

if [[ "$ok" = "yes" ]]; then
describe " environment files [#G{OK}]"
else
describe " environment files [#R{FAILED}]"
exit 1
fi
1 change: 1 addition & 0 deletions hooks/new
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ EOF

} >> "$GENESIS_ROOT/$GENESIS_ENVIRONMENT.yml"

offer_environment_editor

0 comments on commit e4c3dd5

Please sign in to comment.