Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 838 Bytes

File metadata and controls

25 lines (15 loc) · 838 Bytes

GitLab CI/CD Playground

A step-by-step tutorial to play with GitLab CI/CD capabilities

Prerequisites

  • Git: https://git-scm.com/
  • Docker + docker-compose: https://www.docker.com/get-started
  • Run docker pull gitlab/gitlab-ce:11.6.0-ce.0 (this will speed up the next steps...)
  • Run docker pull gitlab/gitlab-runner:alpine-v11.6.0 (...this too...)
  • Run docker pull matteocajani/gitlab-radiator:0.0.2 (...and this too :) )

Step-by-step tutorial