wheres root

This commit is contained in:
Dennis Coyle 2018-04-25 15:08:26 -04:00
parent 60b917d83d
commit d25dbce576

1
Jenkinsfile vendored
View File

@ -16,6 +16,7 @@ node('node') {
stage 'Test'
sh """#!/bin/bash -e
echo $root
make build-dev-deps lint
"""