From c406866b2a8b4550fbd40f5473c5c31282d340f9 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Mon, 20 Jul 2020 19:58:37 -0700 Subject: [PATCH] bump version --- run_in_docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_in_docker.sh b/run_in_docker.sh index 7e4dd59..ebeac2d 100755 --- a/run_in_docker.sh +++ b/run_in_docker.sh @@ -18,12 +18,12 @@ COMMIT=cd7cac61d3f8df1026f6b4a2689b362e132dfe4b ${DOCKER_BIN} run --mount type=bind,source="${JSON_OUT}",target=/tmp/out.json \ --mount type=bind,source="${TEST_INPUT}",target=/tmp/log.txt \ - -i medyagh/gopogh:v0.2.1 \ + -i medyagh/gopogh:v0.2.2 \ sh -c "go tool test2json -t < /tmp/log.txt > /tmp/out.json" || true set +ex ${DOCKER_BIN} run --rm --mount type=bind,source=${JSON_OUT},target=/tmp/log.json \ --mount type=bind,source="${HTML_OUT}",target=/tmp/log.html \ - -i medyagh/gopogh:v0.2.1 sh -c \ + -i medyagh/gopogh:v0.2.2 sh -c \ "/gopogh -in /tmp/log.json -out /tmp/log.html -name "${JOB_NAME}" -pr ${MINIKUBE_LOCATION} -repo github.com/kubernetes/minikube/ -details ${COMMIT}" || true