Skip to content

Commit

Permalink
cleanup pipeline defs in content
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed Aug 20, 2019
1 parent b809fa6 commit 4e0d942
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
@@ -1,42 +1,2 @@
external-dns-management:
template: 'default'
base_definition:
repo: ~
traits:
version:
preprocess: 'inject-commit-hash'
component_descriptor: ~
steps:
check:
image: 'golang:1.12.8'
test:
image: 'golang:1.12.8'
integrationtest:
image: 'golang:1.12.8'
#functionaltest:
# image: 'golang:1.12.8'
build:
image: 'golang:1.12.8'
jobs:
release:
traits:
version:
preprocess: 'finalize'
release:
nextversion: 'bump_minor'
next_version_callback: '.ci/prepare_release'
release_callback: '.ci/prepare_release'
slack:
default_channel: 'internal_scp_workspace'
channel_cfgs:
internal_scp_workspace:
channel_name: 'k8s-op-of-the-week'
slack_cfg_name: 'scp_workspace'
patch-release:
traits:
version:
preprocess: finalize
release:
nextversion: bump_patch
next_version_callback: '.ci/prepare_release'
release_callback: '.ci/prepare_release'
template: 'default'

0 comments on commit 4e0d942

Please sign in to comment.