Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
fix template generation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkrug committed May 24, 2019
1 parent 8a9f64e commit 9ee42ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudy_mozdef/ci/publish_versioned_templates
Expand Up @@ -23,7 +23,7 @@ echo "Injecting the region AMI mapping into the mozdef-parent.yml CloudFormation
sed '/# INSERT MAPPING HERE.*/{
s/# INSERT MAPPING HERE.*//g
r '"${AMI_MAP_TEMP_FILE}"'
}' cloudformation/mozdef-parent.yml > ${TMPDIR}/mozdef-parent-reinforce.yml
}' cloudformation/mozdef-parent-reinforce.yml > ${TMPDIR}/mozdef-parent-reinforce.yml

echo "Uploading CloudFormation templates to S3 directory ${VERSIONED_BUCKET_URI}/"
# Sync all .yml files except mozdef-parent.yml
Expand Down

0 comments on commit 9ee42ea

Please sign in to comment.