Skip to content

Commit

Permalink
hack: remove workaround exporting env vars
Browse files Browse the repository at this point in the history
This previous commit:

  commit 04965f3
  Author: Roman Mohr <[email protected]>
  Date:   Thu Jan 5 11:39:34 2017 +0100

    Fix manifest template generator

added an explicit "export" of all env vars to make them
visible to "j2", but use of "j2" was later removed in

  commit 6edd8af
  Author: Daniel P. Berrange <[email protected]>
  Date:   Tue May 30 15:31:47 2017 +0100

    Remove dependancy on j2cli python package

so the temporary env workaround can be removed

Signed-off-by: Daniel P. Berrange <[email protected]>
  • Loading branch information
berrange committed Jul 13, 2017
1 parent 5e92d92 commit 1239779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/build-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

set -e

# Temporary hack to export everything into env
eval `cat hack/config.sh | sed -e 's/^/export /'`
source hack/config.sh

if [ $# -eq 0 ]; then
args=$manifest_templates
Expand Down

0 comments on commit 1239779

Please sign in to comment.