remove 'make db' target as well
This commit is contained in:
parent
c400bba97d
commit
1bddf21049
8
Makefile
8
Makefile
|
@ -6,13 +6,7 @@ cosmos:
|
|||
upgrade:
|
||||
fab upgrade
|
||||
|
||||
db: global/overlay/etc/puppet/cosmos-db.yaml
|
||||
|
||||
global/overlay/etc/puppet/cosmos-db.yaml: global/overlay/etc/puppet/cosmos-rules.yaml
|
||||
@python ./fabfile/db.py > global/overlay/etc/puppet/cosmos-db.yaml
|
||||
@git add global/overlay/etc/puppet/cosmos-db.yaml && git commit -m "update db" global/overlay/etc/puppet/cosmos-db.yaml
|
||||
|
||||
tag: db
|
||||
tag:
|
||||
./bump-tag
|
||||
|
||||
test_in_docker:
|
||||
|
|
Loading…
Reference in a new issue