File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pip install awscli boto docopt
2323function cleanup_ec2 {
2424 log_phase " Cleaning up"
2525 aws cloudformation delete-stack --stack-name $STACK_NAME
26- python $DEIS_ROOT /tests/bin /route53-wildcard.py delete $DEIS_TEST_DOMAIN $ELB_DNS_NAME
26+ python $DEIS_ROOT /contrib/ec2 /route53-wildcard.py delete $DEIS_TEST_DOMAIN $ELB_DNS_NAME
2727}
2828
2929# setup callbacks on process exit and error
@@ -152,7 +152,7 @@ echo "Using ELB $ELB_NAME"
152152
153153# add or update a route53 alias record set to route queries to the ELB
154154# this python script won't return until the wildcard domain is accessible
155- python $DEIS_ROOT /tests/bin /route53-wildcard.py create $DEIS_TEST_DOMAIN $ELB_DNS_NAME
155+ python $DEIS_ROOT /contrib/ec2 /route53-wildcard.py create $DEIS_TEST_DOMAIN $ELB_DNS_NAME
156156
157157# loop until at least one instance is "in service" with the ELB
158158ATTEMPTS=45
You can’t perform that action at this time.
0 commit comments