Skip to content

Commit

Permalink
(#70) Added environment variable LOG_MODE=ci
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Oct 1, 2020
1 parent c2eb4bc commit ff80411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.sakuli-ubuntu-openbox
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ ENV REFRESHED_AT=${BUILD_DATE} \
VNC_VIEW_ONLY=false \
NPM_TOKEN=REPLACE_WITH_YOUR_NPM_TOKEN \
IMG=taconsol/sakuli \
SAKULI_EXECUTION_DIR=/testsuite_execution
SAKULI_EXECUTION_DIR=/testsuite_execution \
LOG_MODE=ci

EXPOSE $VNC_PORT $NO_VNC_PORT

Expand Down

0 comments on commit ff80411

Please sign in to comment.