File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -734,10 +734,10 @@ jobs:
734734 # We want to run this job only on release or master branch, to guess that
735735 # we check if a new release entry has been added into the CHANGELOG
736736 # If there is no new release entry, git diff returns a 0 exit code
737- if [ "$CIRCLE_BRANCH" != "master" ] && git diff --quiet -G"^## \[[0-9.]*\]$" origin/master..HEAD CHANGELOG.md; then
738- # So we can gracefully exit the job
739- circleci-agent step halt
740- fi
737+ # if [ "$CIRCLE_BRANCH" != "master" ] && git diff --quiet -G"^## \[[0-9.]*\]$" origin/master..HEAD CHANGELOG.md; then
738+ # # So we can gracefully exit the job
739+ # circleci-agent step halt
740+ # fi
741741 - run :
742742 name : Install cookiecutter
743743 command : pip install cookiecutter
You can’t perform that action at this time.
0 commit comments