chore: Add ci
This commit is contained in:
+13
-3
@@ -1,10 +1,20 @@
|
|||||||
image:
|
# yaml-language-server: $schema=https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json
|
||||||
name: alpine/helm:latest
|
default:
|
||||||
entrypoint: ["/bin/bash", "-c"]
|
tags:
|
||||||
|
- nix
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- release
|
- release
|
||||||
|
|
||||||
|
include:
|
||||||
|
- project: oceanbox/gitlab-ci
|
||||||
|
ref: v4.5
|
||||||
|
file: template/Base.gitlab-ci.yml
|
||||||
|
|
||||||
|
image:
|
||||||
|
name: alpine/helm:latest
|
||||||
|
entrypoint: ["/bin/bash", "-c"]
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user