Merge pull request #1582 from prymitive/debug

fix(ci): debug travis envs
This commit is contained in:
Łukasz Mierzwa
2020-04-02 19:38:25 +01:00
committed by GitHub

View File

@@ -3,6 +3,7 @@
set -o errexit
set -o pipefail
env | grep TRAVIS | sort
git log --no-merges --name-only --pretty=format: ${1}..${2} | grep -Ev '^$' | sort | uniq | while read FILE ; do
if [[ "${FILE}" =~ ^ui/src/.+ ]]; then