Created the CLI command 'bdt ci docs' to replace the before_build.sh
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
Hi @andre.anjos, I'll push a
docs.yaml
in another MR- Resolved by Tiago de Freitas Pereira
- Resolved by Tiago de Freitas Pereira
- Resolved by Tiago de Freitas Pereira
- bob/devtools/data/docs.yaml 0 → 100644
1 # This YAML file contains descriptions for the CI of most of our Bob/BEAT/BATL 2 # packages - do **not** modify it unless you know what you're doing (and up 3 # to!) 4 5 # Definition of global variables (all stages) 6 variables: 7 PYTHONUNBUFFERED: "1" 8 CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda" 9 BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py" 10 11 12 # Definition of our build pipeline order 13 stages: 14 - build 15 - deploy 16 - pypi changed this line in version 4 of the diff
- bob/devtools/data/docs.yaml 0 → 100644
12 # Definition of our build pipeline order 13 stages: 14 - build 15 - deploy 16 - pypi 17 18 19 # Build targets 20 .build_template: &build_job 21 stage: build 22 script: 23 - curl --silent "${BOOTSTRAP}" --output "bootstrap.py" 24 - python3 bootstrap.py -vv channel base 25 - source ${CONDA_ROOT}/etc/profile.d/conda.sh 26 - conda activate base 27 - bdt ci docs requirements.txt changed this line in version 4 of the diff
enabled an automatic merge when the pipeline for 8e5aad1d succeeds
mentioned in commit 5914cc65
Please register or sign in to reply