mirror of
https://github.com/mgrove36/ical-filter-proxy.git
synced 2026-08-23 20:55:39 +01:00
initial commit
This commit is contained in:
@@ -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