mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
skip ciignore check for release branches
This commit is contained in:
parent
6a4a33f304
commit
a83adf6503
@ -19,6 +19,12 @@ if [[ ! -z "$CIRCLE_TAG" ]]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
# always build release branch
|
||||
if [[ "$CIRCLE_BRANCH" = "release-"* ]]; then
|
||||
echo "Skipping check for release branch"
|
||||
exit
|
||||
fi
|
||||
|
||||
if [[ ! -a "$ROOT/.ciignore" ]]; then
|
||||
echo "Skipping check since .ciignore is not found"
|
||||
exit # If .ciignore doesn't exists, just quit this script
|
||||
|
Loading…
Reference in New Issue
Block a user