Guest User

Untitled

a guest
Dec 9th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ....
  2. progressive-lint:
  3. group: build
  4. image: node:8.9.4
  5. commands:
  6. - git fetch origin master
  7. - FILES_CHANGED=$(git diff --name-only origin/master | grep '.js*$' || true)
  8. - npm run lint:progressive $FILES_CHANGED --unsafe-perm --quiet
  9. when:
  10. branch:
  11. exclude: [ master, hotfix/* ]
Add Comment
Please, Sign In to add comment