mirror of
https://github.com/mgrove36/ical-filter-proxy.git
synced 2026-03-03 09:57:06 +00:00
initial commit
This commit is contained in:
19
.gitlab-ci.yml
Normal file
19
.gitlab-ci.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
include:
|
||||
- project: gitlab/includes # private gitlab instance
|
||||
file:
|
||||
- docker.yml
|
||||
- go.yml
|
||||
- helm.yml
|
||||
variables:
|
||||
CI_DOCKER_BUILD: "true"
|
||||
CI_DOCKER_DHUB_REPO: "yungwood/ical-filter-proxy"
|
||||
|
||||
go:build:
|
||||
artifacts:
|
||||
paths:
|
||||
- ical-filter-proxy
|
||||
|
||||
docker:build:
|
||||
needs:
|
||||
- go:build
|
||||
Reference in New Issue
Block a user