Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Jul 21, 2020
1 parent 8e7e0e3 commit c406866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c406866

Please sign in to comment.