Skip to content

Commit b312584

Browse files
committed
Guessing the version is harder that reading the branch name: Everyone use feature branches to work.
1 parent 4383a2d commit b312584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LANGUAGE := fr
1919
VENV := ~/.venvs/python-docs-i18n/
2020
PYTHON := $(shell which python3)
2121
MODE := autobuild-dev-html
22-
BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
22+
BRANCH = 3.7
2323
JOBS = 4
2424

2525

0 commit comments

Comments
 (0)