Skip to content

Commit fe2ed8d

Browse files
committed
Create lazy method to comment code on development mode
1 parent f5cc3ad commit fe2ed8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,7 @@ logical_migrate: # create migration to logical app
112112

113113
graph_models: # generate graph models
114114
@cd dbaas && python manage.py graph_models -g physical logical tsuru > ~/dbaas_model.dot
115+
116+
dev_mode:
117+
@sed -i"" -e /check_nslookup\(/s/^/#/ dbaas/workflow/steps/util/deploy/check_dns.py
118+

0 commit comments

Comments
 (0)