mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #1582 from prymitive/debug
fix(ci): debug travis envs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user