mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
disable checking build worthiness until a better solution is found (#1162)
This commit is contained in:
parent
56dbc59822
commit
07181123b4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user