forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STRM-1269: Add manifest to enable CI
Why? - We needed to add the manifest file so CI trigger the build when we create a release tag in github
- Loading branch information
1 parent
e9c5d1f
commit 49de678
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
"""Apache Beam SDK version information and utilities.""" | ||
|
||
|
||
__version__ = '2.7.0.dev' | ||
__version__ = '2.7.0.post1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: apache_beam | ||
description: Lyft version of Apache Beam python package | ||
repository: [email protected]:lyft/beam.git | ||
report_ci: true | ||
credentials: true | ||
builder: | ||
name: s2i | ||
params: | ||
builder: lyft/s2ipythonlibrary:494bddd033e63c155aababf999650fea120bb664 | ||
deploy: | ||
- name: staging | ||
legacy: true | ||
role: lyftpypi-staging-iad-deploy | ||
- name: production | ||
legacy: true | ||
role: lyftpypi-production-iad-deploy | ||
automatic: true | ||
languages: | ||
- python | ||
image_type: library |