24 lines
491 B
YAML
24 lines
491 B
YAML
|
---
|
||
|
resources:
|
||
|
- name: weekly
|
||
|
type: time
|
||
|
source:
|
||
|
interval: 168h
|
||
|
- name: ci-images.git
|
||
|
type: git
|
||
|
icon: github
|
||
|
source:
|
||
|
uri: https://code.icb4dc0.de/inetmock/ci-images.git
|
||
|
|
||
|
jobs:
|
||
|
- name: go-ci
|
||
|
plan:
|
||
|
- in_parallel:
|
||
|
- get: weekly
|
||
|
trigger: true
|
||
|
- get: ci-images.git
|
||
|
trigger: true
|
||
|
- task: go-ci-image
|
||
|
file: ci-images.git/.concourse/tasks/go-ci.yml
|
||
|
input_mapping:
|
||
|
repo: ci-images.git
|