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

docker-containers

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    ..
    .gitkeep
    README.md
    artifactory-python.yml

    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/docker-containers/artifactory-python.yml

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

    stages:
      - deploy  

    Example

    An example of a valid .gitlab-ci.yml can be:

    include:
      - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/docker-containers/artifactory-python.yml
    
    stages:
      - deploy