Skip to content

Commit

Permalink
don't write docker pull to stdout
Browse files Browse the repository at this point in the history
honestly I didn't expect to need this ...
  • Loading branch information
BenTheElder committed Aug 11, 2020
1 parent a7721c8 commit c2ef661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mkpj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
config="${root}/config/prow/config.yaml"
job_config_path="${root}/config/jobs"

docker pull gcr.io/k8s-prow/mkpj || true
docker pull gcr.io/k8s-prow/mkpj 1>&2 || true
docker run -i --rm -v "${root}:${root}:z" gcr.io/k8s-prow/mkpj "--config-path=${config}" "--job-config-path=${job_config_path}" "$@"

0 comments on commit c2ef661

Please sign in to comment.