Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
feat: Swith to no-k8s mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Apr 6, 2021
1 parent c0fbb8d commit 313de2c
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 4,712 deletions.
31 changes: 3 additions & 28 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,14 @@
include:
- project: SocialGouv/gitlab-ci-yml
file: /autodevops.yml
ref: v20.4.1
ref: v20.7.14

variables:
AUTO_DEVOPS_KANIKO: "🕹️"
AUTO_DEVOPS_RELEASE_AUTO: "🔖"
AUTO_DEVOPS_ENABLE_KAPP: "🕹️"
AUTO_DEVOPS_PRODUCTION_AUTO: "🚀"

# NOTE(douglasduteil): No install :(
# sharing the node_modules is too slow...
Install:
rules:
- when: never

# NOTE(douglasduteil): No lint :(
Lint:
rules:
- when: never

# NOTE(douglasduteil): No test :(
Test:
rules:
- when: never

# NOTE(douglasduteil): use custom build job
# The website it statically built with React Scripts
# Here we manually reuse the `build` dir in Dockerfile
Build:
needs: []
cache:
Expand All @@ -46,11 +29,3 @@ Build:
expire_in: 1 day
paths:
- out

# NOTE(julienbouquillon): use custom register job
# By default, kosko-charts use a "/app" for docker images names
# TODO: discuss
Register image:
extends: .autodevops_register_image
variables:
IMAGE_NAME: $CI_REGISTRY_IMAGE/app
152 changes: 0 additions & 152 deletions .k8s/__tests__/__snapshots__/kosko generate --env dev.ts.snap

This file was deleted.

152 changes: 0 additions & 152 deletions .k8s/__tests__/__snapshots__/kosko generate --env preprod.ts.snap

This file was deleted.

Loading

0 comments on commit 313de2c

Please sign in to comment.