Skip to content

feature(ci): ketida-server CI pipeline

Pokhi requested to merge add/gitlab-ci into master

Targets: #546 (closed)

Changes proposed:

  1. This MR enables GitLab CI in the project by adding .gitlab-ci.yml file.
  2. In the current CI pipeline, we do the following:
    1. Stage build: Build the development image of packages/server and push the image to DockerHub
    2. Stage lint: Pull the image and run eslint
Edited by Pokhi

Merge request reports