Commit 885292c6 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat(ci): various improvements

parent 92f5581e
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ stages:

  # stages
  - "linting"
  - "image-build"
  - "build"
  - "deployment"


@@ -13,6 +13,6 @@ stages:
include:

  # deployment
  - local: ".gitlab/linting.yaml"
  - local: ".gitlab/image-build.yaml"
  - local: ".gitlab/build.yaml"
  - local: ".gitlab/deployment.yaml"
  - local: ".gitlab/linting.yaml"
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ variables:
stages:
  - "build"

image-build:
  stage: "image-build"
build:
  stage: "build"
  image: "quay.io/buildah/stable:latest"
  script:

+13 −0
Original line number Diff line number Diff line
{
  // files to lint
  "globs": [
    "readme.md",
    "docs/**/*.md"
  ],
  // linting rules
  "config": {
    "MD013": {
      "line_length": 120
    }
  }
}
+3 −1
Original line number Diff line number Diff line
The Hugo code and Dockerfile for building [simoncor.net](https://simoncor.net).
# Overview

The Hugo code and Dockerfile for building [simoncor.net](<https://simoncor.net>).