Skip to content

Commit

Permalink
Merge pull request #54 from kevinrizza/fix-merge-error
Browse files Browse the repository at this point in the history
Fix push validation
  • Loading branch information
kevinrizza committed Mar 12, 2019
2 parents 449d80d + df135c6 commit 4628bfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions operatorcourier/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def build_verify_and_push(namespace, repository, revision, token,

bundle = build_and_verify(source_dir, yamls, validation_output=validation_output)

bundle = build_and_verify(source_dir, yamls)

with TemporaryDirectory() as temp_dir:
with open('%s/bundle.yaml' % temp_dir, 'w') as outfile:
yaml.dump(bundle, outfile, default_flow_style=False)
Expand Down

0 comments on commit 4628bfa

Please sign in to comment.