Merge branch 'master' of github.com:sharelatex/web-sharelatex-internal

This commit is contained in:
Brian Gough 2017-10-02 11:06:18 +01:00
commit b7330801bd

View file

@ -74,6 +74,8 @@ pipeline {
}
steps {
sh 'node_modules/.bin/grunt compile --verbose'
// replace the build number placeholder for sentry
sh 'node_modules/.bin/grunt version'
}
}