[tor-commits] [ooni-probe/master] [ci-debug] force regeneration of certs

art at torproject.org art at torproject.org
Fri Jan 13 12:39:58 UTC 2017


commit 1e1047eacca3f4bcc41971ef66dfa2d2598a683c
Author: Arturo Filastò <arturo at filasto.net>
Date:   Tue Dec 6 23:56:43 2016 +0000

    [ci-debug] force regeneration of certs
---
 scripts/deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index 98b8aa8..5563459 100755
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -20,7 +20,7 @@ echo "Using SSH Key $SSH_KEY"
 docker-machine ip $MACHINE_NAME
 
 # Regenerate certs if there are errors with them
-(docker-machine env $MACHINE_NAME) || docker-machine regenerate-certs $MACHINE_NAME
+(docker-machine env $MACHINE_NAME) || docker-machine regenerate-certs -f $MACHINE_NAME
 
 eval "$(docker-machine env ${MACHINE_NAME})"
 make docker-run-d





More information about the tor-commits mailing list