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

Resolve "(container) create dockerfile"

Open Christophe Chaudier requested to merge 3-container-create-dockerfile into master
1 file
+ 5
4
Compare changes
  • Side-by-side
  • Inline
+ 5
4
@@ -3,7 +3,8 @@
# Doc: https://docs.gitlab.com/ce/ci/yaml/#include
include:
- 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/gci-templates/activate-dind.yml'
- 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/gci-templates/stages.yml'
- 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/gci-templates/job/node/build.yml'
- 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/gci-templates/job/node/lint.yml'
- 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/activate-dind.yml'
- 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/stages.yml'
- 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/node/build.yml'
- 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/node/lint.yml'
- 'https://gitlab.com/lydra/gitlab-ci-templates/-/raw/master/templates/job/container/lint.yml'
Loading