Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 600aad27 authored by Arnaud RIESS's avatar Arnaud RIESS
Browse files

added gitlab ci

parent a75b76e0
No related branches found
No related tags found
No related merge requests found
---
stages:
- create_ecr_repo
- build_and_push_image
include:
- project: ebsi/technical-office/devops/gitlab-pipelines
ref: main
file: templates/docker-build.yaml
variables:
IMAGE_NAME: ebsi/prometheus-puppetdb-exporter
.rules_ref:
rules:
- if: $CI_COMMIT_TAG
create_ecr_repo:
extends: .create_ecr_repo
rules:
- !reference [.rules_ref, rules]
build_and_push_image:
extends: .build_and_push_image
rules:
- !reference [.rules_ref, rules]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment