Skip to content
Snippets Groups Projects
README.adoc 808 B
Newer Older
Prada Sarasola, Miguel's avatar
Prada Sarasola, Miguel committed
= GitLab Templates
Prada Sarasola, Miguel's avatar
Prada Sarasola, Miguel committed

This repository contains miscellaneous resources that need to be accessible without authentication.


include::ci-templates/README.adoc[leveloffset=+1]
Jon Azpiazu's avatar
Jon Azpiazu committed

Prada Sarasola, Miguel's avatar
Prada Sarasola, Miguel committed
== Custom `rosdep` definitions

Custom `rosdep` definitions for the packages hosted in our internal debian repository are declared in link:rosdistro/rosdep_tecnalia.yaml[].

== Deployment image build resources

Resources required for building the deployment docker images are also hosted in this repository.
This basically boils down to:

- link:scripts/pre-deploy-cleanup.bash[] is run in the `.industrial_ci_deploy` template before commiting to an image
Prada Sarasola, Miguel's avatar
Prada Sarasola, Miguel committed
- link:deploy/Dockerfile[] is used to perform some additional cleanup and install link:deploy/ros_entrypoint.bash[] as entrypoint script on top of the `industrial_ci` image