Disable the dependency checks

I'm sick of hearing complaints about having to run `make update` in order to
help keep the site's dependencies up to date, so I'm just going to revert this
@bitwiseman
This commit is contained in:
R. Tyler Croy 2017-12-25 16:59:26 -08:00
parent 3367043eab
commit b78d96cb57
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

@ -59,12 +59,6 @@ try {
set -o nounset
set -o pipefail
set -o xtrace
make update
if [[ -n "$( git diff )" ]] ; then
echo "A node or ruby dependency has changed."
echo "Run 'make update' and commit resulting changes."
exit 1
fi
make all