Skip to content
Snippets Groups Projects
Commit d254d279 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Add PYTHONUNBUFFERED=1 to mitigate #2

parent 3b5ce150
No related branches found
No related tags found
1 merge request!49Add PYTHONUNBUFFERED=1 to mitigate #2
Pipeline #29472 passed
# Definition of global variables (all stages) # Definition of global variables (all stages)
variables: variables:
PYTHONUNBUFFERED: "1"
CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda" CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda"
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# Definition of global variables (all stages) # Definition of global variables (all stages)
variables: variables:
PYTHONUNBUFFERED: "1"
CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda" CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda"
BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py" BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py"
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# Definition of global variables (all stages) # Definition of global variables (all stages)
variables: variables:
PYTHONUNBUFFERED: "1"
CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda" CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda"
BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py" BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py"
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
# Definition of global variables (all stages) # Definition of global variables (all stages)
variables: variables:
PYTHONUNBUFFERED: "1"
CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda" CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda"
BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py" BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py"
......
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