mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +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
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# always build release branch
|
||||||
|
if [[ "$CIRCLE_BRANCH" = "release-"* ]]; then
|
||||||
|
echo "Skipping check for release branch"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ ! -a "$ROOT/.ciignore" ]]; then
|
if [[ ! -a "$ROOT/.ciignore" ]]; then
|
||||||
echo "Skipping check since .ciignore is not found"
|
echo "Skipping check since .ciignore is not found"
|
||||||
exit # If .ciignore doesn't exists, just quit this script
|
exit # If .ciignore doesn't exists, just quit this script
|
||||||
|
Loading…
Reference in New Issue
Block a user