Add ci_setup script to jenkins report script

This commit is contained in:
Josh Dover 2018-10-17 12:33:06 -05:00 committed by GitHub
parent 4e14ccc8d7
commit 24ed2463bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e
source "$(dirname $0)/../../src/dev/ci_setup/setup.sh"
xvfb-run "$(FORCE_COLOR=0 yarn bin)/grunt" jenkins:report;