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

Commit

Permalink
fix: Use AUTO_DEVOPS_KANIKO env var in pipeline. (#138)
Browse files Browse the repository at this point in the history
* Use AUTO_DEVOPS_KANIKO env var.

* Use autodevops v20.5.0.
  • Loading branch information
gary-van-woerkens authored Jan 22, 2021
1 parent 434bcd0 commit ab46d7d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
include:
- project: SocialGouv/gitlab-ci-yml
file: /autodevops.yml
ref: v20.4.1
- project: SocialGouv/gitlab-ci-yml
file: /base_kaniko_stage.yml
ref: v20.4.1
ref: v20.5.0

variables:
AUTO_DEVOPS_KANIKO: "🐕"
AUTO_DEVOPS_RELEASE_AUTO: "🔖"
AUTO_DEVOPS_PRODUCTION_AUTO: "🚀"

Register image:
extends: .autodevops_register_image
variables:
IMAGE_NAME: siret2idcc

0 comments on commit ab46d7d

Please sign in to comment.