Commit 7d899e28 authored by Alexandre Burgoni's avatar Alexandre Burgoni
Browse files

Make job.yml syntax the same everywhere

parent dc3667e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ license: MIT
images:
  "alpine": "3.12.1"
tools:
  doxygen: '1.8.18-r0'
  "doxygen": "1.8.18-r0"
labels:
  - GitLab
  - Documentation
+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ icon: 🔐
maintainer: FulcrandG
license: MIT
images:
  "zricethezav/gitleaks": 'v6.1.2'
  "zricethezav/gitleaks": "v6.1.2"
tools:
  gitleaks: 6.1.2
  "gitleaks": "6.1.2"

labels:
  - GitLab
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ license: MIT
images:
  "node": "15.7-buster"
tools:
  Gulp: "$GULP_VERSION"
  "Gulp": "$GULP_VERSION"
labels:
  - GitLab
  - Utilities
+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ icon: ☸️
maintainer: thomasboni
license: MIT
images:
  "lachlanevenson/k8s-helm": 'v3.4.2'
  "lachlanevenson/k8s-helm": "v3.4.2"
tools:
  helm: 3.4.2
  "helm": "3.4.2"
labels:
  - GitLab
  - Helm
+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@ icon: 🗽
maintainer: Protocole
license: MIT
images:
  "justinribeiro/lighthouse": 'latest'
  "justinribeiro/lighthouse": "latest"
tools:
  lighthouse: 'latest'
  "lighthouse": "latest"
labels:
  - GitLab
  - Testing
Loading