Skip to content

Commit

Permalink
Merge pull request #1 from lyft/STRM-1269-python-ci-setup
Browse files Browse the repository at this point in the history
STRM-1269: Add manifest to enable CI
  • Loading branch information
rakeshcusat authored Aug 25, 2018
2 parents e9c5d1f + 49de678 commit f3c5705
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 f3c5705

Please sign in to comment.