ci: force deactivate

This commit is contained in:
Zero King
2018-06-20 12:30:55 +00:00
parent 7fae78f18a
commit 738846df38
+1 -1
View File
@@ -9,7 +9,7 @@ import (
// is needed across builds. It should be able to avoid
// conflicts.
func DeactivateAllPorts() {
deactivateCmd := exec.Command("port", "deactivate", "active")
deactivateCmd := exec.Command("port", "-fp", "deactivate", "active")
deactivateCmd.Run()
}