We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45edc9 commit 8f8fbc1Copy full SHA for 8f8fbc1
deploy/build_deploy.sh
@@ -3,7 +3,8 @@
3
set -exv
4
5
if [[ $(git --no-pager log --oneline -1) == *Bump* ]]; then
6
- exit 1
+ echo "This is a dependabot bump, let's ignore this commit."
7
+ exit 0
8
fi
9
10
./deploy/build_deploy_community_app.sh;
0 commit comments