forked from getsentry/sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.craft.yml
39 lines (38 loc) · 976 Bytes
/
.craft.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
minVersion: "0.12.0"
github:
owner: getsentry
repo: sentry
releaseBranchPrefix: releases
changelog: CHANGES
changelogPolicy: auto
statusProvider:
name: github
config:
contexts:
- 'onpremise-builder (sentryio)'
targets:
- name: github
- name: pypi
- id: py2-release
name: docker
source: us.gcr.io/sentryio/sentry
target: getsentry/sentry
- id: py2-latest
name: docker
source: us.gcr.io/sentryio/sentry
target: getsentry/sentry
targetFormat: '{{{target}}}:latest'
- id: py3-release
name: docker
source: us.gcr.io/sentryio/sentry
sourceFormat: '{{{source}}}:{{{revision}}}-py3'
target: getsentry/sentry
targetFormat: '{{{target}}}:{{{version}}}-py3'
- id: py3-latest
name: docker
source: us.gcr.io/sentryio/sentry
sourceFormat: '{{{source}}}:{{{revision}}}-py3'
target: getsentry/sentry
targetFormat: '{{{target}}}:latest-py3'
requireNames:
- /^sentry-.+-py2.py3-none-any.whl$/