Skip to content

Commit

Permalink
turn gauge telemetry off
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh committed Sep 28, 2018
1 parent cf0d3dd commit 763ac78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN wget -qnc "https://github.com/getgauge/gauge/releases/download/v$GAUGE_VERSI
# example release url https://github.com/getgauge/gauge/releases/download/v1.0.0/gauge-1.0.0-linux.x86_64.zip
unzip $GAUGE_ARCHIVE -d /usr/local/bin && \
rm -rf $GAUGE_ARCHIVE && \
# turn off telemetry
gauge telemetry off && \
# install gauge plugins
gauge install java && \
gauge install html-report && \
Expand Down

0 comments on commit 763ac78

Please sign in to comment.