Skip to content

Commit 8f8fbc1

Browse files
authored
Update build_deploy.sh
1 parent c45edc9 commit 8f8fbc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/build_deploy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
set -exv
44

55
if [[ $(git --no-pager log --oneline -1) == *Bump* ]]; then
6-
exit 1
6+
echo "This is a dependabot bump, let's ignore this commit."
7+
exit 0
78
fi
89

910
./deploy/build_deploy_community_app.sh;

0 commit comments

Comments
 (0)