mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 09:48:07 +02:00
Merge pull request #233 from openziti/vercel-revert-branch-check
ignore gh-pages branch
This commit is contained in:
commit
5a2340e121
@ -6,5 +6,5 @@
|
|||||||
},
|
},
|
||||||
"cleanUrls": false,
|
"cleanUrls": false,
|
||||||
"public": true,
|
"public": true,
|
||||||
"ignoreCommand": "[[ \"${VERCEL_GIT_COMMIT_REF}\" =~ ^(gh-pages)$ ]] || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
|
"ignoreCommand": "grep -qE '^(gh-pages)$' <<< ${VERCEL_GIT_COMMIT_REF} || git diff --quiet HEAD^ HEAD -- ../website/ ../docs/"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user