Skip to content

Commit

Permalink
ci: add verbose output when running in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 25, 2020
1 parent cc989ab commit 09c75f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/plugins/apm/e2e/run-e2e.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

if [ -n "${JENKINS_URL}" ] ; then
set -x
fi

# variables
KIBANA_PORT=5701
ELASTICSEARCH_PORT=9201
Expand Down

0 comments on commit 09c75f3

Please sign in to comment.