Skip to content
Snippets Groups Projects
Select Git revision
  • 5a12ae8fd93bc653f43dc06a0937bbca1120c4a5
  • master default
  • test
3 results

python-packages

Include jobs from external YAML files

You can include the jobs in this repository's YAML files as follows:

include:
  - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/virtualenv.yml
  - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/test.yml
  - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/pages.yml
  - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/artifactory.yml

You can include the execution order in yout .gitlab-ci.yml file as follows:

stages:
  - virtualenv
  - test
  - deploy  # pages and artifactory upload