mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
ciignore: always pass checks for tags
This commit is contained in:
parent
80db149cbd
commit
0b15987db9
@ -10,6 +10,12 @@
|
||||
set -eo pipefail
|
||||
ROOT="$(readlink -f ${BASH_SOURCE[0]%/*}/../)"
|
||||
|
||||
# always build tagged builds
|
||||
if [[ ! -z "$CIRCLE_TAG" ]]; then
|
||||
echo "Skipping check for tags"
|
||||
exit
|
||||
fi
|
||||
|
||||
# always build default branch
|
||||
if [[ "$CIRCLE_BRANCH" == "master" ]]; then
|
||||
echo "Skipping check for master branch"
|
||||
|
Loading…
Reference in New Issue
Block a user