Skip to content
Snippets Groups Projects
Commit bf9515b2 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[CICD] Add .gitlab-ci submodule and .gitlab-ci.yml

* The submodule points to the repository containing all CI/CD files
* Insert .gitlab-ci.yml file importing file for automatic manifest
integration
parent 0fd15712
No related branches found
No related tags found
No related merge requests found
Subproject commit 943eac764805a486e3ca2538a263ab531fd4c45b
---
# ---------------------------------------------------------------------------------------
# Include the default CI steps from the gitlab-ci repo
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
ref: 943eac764805a486e3ca2538a263ab531fd4c45b
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: 943eac764805a486e3ca2538a263ab531fd4c45b
[submodule ".gitlab-ci"]
path = .gitlab-ci
url = ../../../infrastructure/gitlab-ci.git
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