Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 91cd92cd authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

ci: build, lint and test container image only if Dockefile change

parent da4f31dc
No related branches found
No related tags found
1 merge request!4Resolve "ci: release on generic packages"
...@@ -9,9 +9,23 @@ include: ...@@ -9,9 +9,23 @@ include:
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/stages.yml' - remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/stages.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/lint.yml' - remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/lint.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/build.yml' - remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/build.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/lint.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/delivery.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/security.yml' - remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/security.yml'
- remote: 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/delivery.yml'
container:lint:
rules:
- changes:
- Dockerfile
container:build:
rules:
- changes:
- Dockerfile
container:security:
rules:
- changes:
- Dockerfile
debian:build: debian:build:
image: lab.frogg.it:5050/lydra/compagnons-devops/linux-installation-automatique/equivs:0.0.2 image: lab.frogg.it:5050/lydra/compagnons-devops/linux-installation-automatique/equivs:0.0.2
......
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