Skip to content

Commit

Permalink
Release/0.0.38 (#41)
Browse files Browse the repository at this point in the history
removing single-account run
  • Loading branch information
eamonnfaherty committed May 8, 2019
1 parent cccb3d6 commit 740b222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions servicecatalog_puppet/servicecatalog-puppet.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,7 @@ Resources:
{% endif %}
build:
commands:
- git clone --config 'credential.helper=!aws codecommit credential-helper $@' --config 'credential.UseHttpPath=true' ${GIT_REPO}
- cd ServiceCatalogPuppet
- servicecatalog-puppet --info expand manifest.yaml
- servicecatalog-puppet --info generate-shares manifest-expanded.yaml
- servicecatalog-puppet --info deploy-templates-into-regions output/templates/shares shares
- servicecatalog-puppet --info deploy --single-account ${SINGLE_ACCOUNT_ID} manifest-expanded.yaml
- aws codepipeline start-pipeline-execution --name servicecatalog-puppet-pipeline
TimeoutInMinutes: 30


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="aws-service-catalog-puppet",
version="0.0.37",
version="0.0.38",
author="Eamonn Faherty",
author_email="aws-service-catalog-tools@amazon.com",
description="Making it easier to deploy ServiceCatalog products",
Expand Down

0 comments on commit 740b222

Please sign in to comment.