Skip to content

Commit

Permalink
STRM-1269: Add manifest to enable CI
Browse files Browse the repository at this point in the history
Why?
 - We needed to add the manifest file so CI trigger
   the build when we create a release tag in github
  • Loading branch information
rakeshcusat committed Aug 25, 2018
1 parent e9c5d1f commit 49de678
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"""Apache Beam SDK version information and utilities."""


__version__ = '2.7.0.dev'
__version__ = '2.7.0.post1'
20 changes: 20 additions & 0 deletions sdks/python/manifest.yaml
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

0 comments on commit 49de678

Please sign in to comment.