Guessing the version is harder that reading the branch name: Everyone use feature branches to work.

This commit is contained in:
Julien Palard 2018-09-21 21:37:08 +02:00
parent 4383a2d2a5
commit b312584268
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ LANGUAGE := fr
VENV := ~/.venvs/python-docs-i18n/
PYTHON := $(shell which python3)
MODE := autobuild-dev-html
BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
BRANCH = 3.7
JOBS = 4