Skip to content

Commit

Permalink
jenkins_xpack_saved_objects_field_metrics.sh expects to be run from t…
Browse files Browse the repository at this point in the history
…he KIBANA_DIR in CI
  • Loading branch information
spalger committed Jul 9, 2020
1 parent c9e8650 commit 589a891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scripts/jenkins_xpack_visual_regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ yarn percy exec -t 10000 -- -- \
# cd "$KIBANA_DIR"
# source "test/scripts/jenkins_xpack_page_load_metrics.sh"

cd "$XPACK_DIR"
source "$KIBANA_DIR/test/scripts/jenkins_xpack_saved_objects_field_metrics.sh"
cd "$KIBANA_DIR"
source "test/scripts/jenkins_xpack_saved_objects_field_metrics.sh"

0 comments on commit 589a891

Please sign in to comment.