github.com/argoproj/argo-cd@v1.8.7/test/fixture/testrepos/start-git.sh (about) 1 #!/usr/bin/env bash 2 3 docker run --name e2e-git --rm -i \ 4 -p 2222:2222 -p 9080:9080 -p 9443:9443 -p 9444:9444 -p 9445:9445 \ 5 -w /go/src/github.com/argoproj/argo-cd -v $(pwd):/go/src/github.com/argoproj/argo-cd -v /tmp:/tmp argoproj/argo-cd-ci-builder:v1.0.0 \ 6 bash -c "goreman -f ./test/fixture/testrepos/Procfile start"