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 fbe62087 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

ci: create debian metapackage on artifacts

parent 5d7303a9
No related branches found
No related tags found
1 merge request!4Resolve "ci: release on generic packages"
# Vagrant
.vagrant
artifacts/
......@@ -12,3 +12,19 @@ include:
- 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'
debian:build:
image: lab.frogg.it:5050/lydra/compagnons-devops/linux-installation-automatique/equivs
stage: build
# rules:
# - if: $CI_COMMIT_TAG
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- mkdir artifacts && cd artifacts
- equivs-build ../cdd-commun
artifacts:
paths:
- artifacts/
name: "cdd-commun-debian-metapakage"
expire_in: 2 week
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