Skip to content

Commit 7c91637

Browse files
committed
ci: Set circle to release mode temporarily
1 parent 82349cf commit 7c91637

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,7 @@ commands:
141141
# Set epoch to date of latest tag.
142142
export SOURCE_DATE_EPOCH="$(git log -1 --format=%at $(git describe --abbrev=0))"
143143
# Set release mode only when deploying to devdocs.
144-
if [ "$CIRCLE_PROJECT_USERNAME" = "matplotlib" ] && \
145-
[ "$CIRCLE_BRANCH" = "main" ] && \
146-
[ "$CIRCLE_PR_NUMBER" = "" ]; then
147-
export RELEASE_TAG='-t release'
148-
fi
144+
export RELEASE_TAG='-t release'
149145
mkdir -p logs
150146
make html O="-T $RELEASE_TAG -j4 -w /tmp/sphinxerrorswarnings.log"
151147
rm -r build/html/_sources

0 commit comments

Comments
 (0)