disable checking build worthiness until a better solution is found (#1162)

This commit is contained in:
Shahidh K Muhammed 2018-12-04 10:33:20 +05:30 committed by GitHub
parent 56dbc59822
commit 07181123b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,9 @@
set -eo pipefail
ROOT="$(readlink -f ${BASH_SOURCE[0]%/*}/../)"
# succeed until the script is fixed: https://github.com/hasura/graphql-engine/issues/1161
exit
# always build tagged builds
if [[ ! -z "$CIRCLE_TAG" ]]; then
echo "Skipping check for tags"