Skip to content

Commit 29b9f47

Browse files
committed
temp test
1 parent 9baa026 commit 29b9f47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)