Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit e20298ef authored by ulrich_y's avatar ulrich_y
Browse files

Do bfbd2403 also for CI

parent 2de77f3f
No related branches found
No related tags found
No related merge requests found
Pipeline #1215 passed
......@@ -3,11 +3,11 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
ifneq ("$(wildcard /etc/redhat-release)","")
PYTHON=PYTHONPATH=$$PYTHONPATH:/scratch/ulrich/pymule/:$(SELF_DIR) /afs/psi.ch/sys/psi.x86_64_slp6/Programming/psi-python27/4.4.0/bin/python -B
PEP8=$(PYTHON) /afs/psi.ch/sys/psi.x86_64_slp6/Programming/psi-python27/4.4.0/bin/pep8
JUPYTERCONV=$(PYTHON) /afs/psi.ch/sys/psi.x86_64_slp6/Programming/psi-python27/4.4.0/bin/jupyter-nbconvert
PYTHON=PYTHONPATH=$$PYTHONPATH:/scratch/ulrich/pymule/:$(SELF_DIR) /afs/psi.ch/sys/psi.x86_64_slp6/Programming/psi-python36/4.4.0/bin/python3 -B
PEP8=$(PYTHON) /afs/psi.ch/sys/psi.x86_64_slp6/Programming/psi-python36/4.4.0/bin/pep8
JUPYTERCONV=$(PYTHON) /afs/psi.ch/sys/psi.x86_64_slp6/Programming/psi-python36/4.4.0/bin/jupyter-nbconvert
else
PYTHON=python3 -B
PYTHON=PYTHONPATH=$$PYTHONPATH:$(SELF_DIR) python3 -B
PEP8=pep8
JUPYTERCONV=jupyter nbconvert
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment