Fixed a bug that prevent orborus docker network passing

This commit is contained in:
frikky
2020-07-21 18:22:41 +02:00
parent 5c1c92a0e6
commit 1ea4a23381
3 changed files with 23 additions and 14 deletions
+7
View File
@@ -1107,6 +1107,13 @@ func main() {
}
}
shuffleNetwork := os.Getenv("DOCKER_NETWORK")
if len(shuffleNetwork) > 0 {
log.Printf("Running with Docker network %s", shuffleNetwork)
} else {
log.Printf("No docker network specified for Worker.")
}
// WORKER_TESTING_WORKFLOW should be a workflow ID
authorization := ""
executionId := ""