use local gulp
Some checks failed
default/mapgen/master There was a failure building this commit

This commit is contained in:
Alexander Yakovlev 2018-09-22 21:26:17 +07:00
parent 6803c1280f
commit 5a4dfa1035

2
Jenkinsfile vendored
View file

@ -9,7 +9,7 @@ node {
stage('Build'){
env.NODE_ENV = "development";
sh 'yarn install';
sh 'gulp dist';
sh './node_modules/gulp/bin/gulp.js dist';
}
stage('Deploy'){
echo 'Copy to web server';