mirror of
https://github.com/macports/mpbot-github.git
synced 2026-07-13 03:18:39 -07:00
ci: force deactivate
This commit is contained in:
+1
-1
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user