File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515lint-samtemplates :
1616 poetry run cfn-lint -t SAMtemplates/* .yaml
17-
17+
1818test : download-dependencies
1919 mvn test
2020
@@ -57,7 +57,7 @@ sam-sync: guard-AWS_DEFAULT_PROFILE guard-stack_name download-dependencies
5757 --watch \
5858 --template-file SAMtemplates/main_template.yaml
5959
60- sam-deploy-package : guard-artifact_bucket guard-artifact_bucket_prefix guard-stack_name guard-template_file guard-cloud_formation_execution_role guard-VERSION_NUMBER guard-COMMIT_ID guard- LOG_LEVEL guard-LOG_RETENTION_DAYS
60+ sam-deploy-package : guard-artifact_bucket guard-artifact_bucket_prefix guard-stack_name guard-template_file guard-cloud_formation_execution_role guard-LOG_LEVEL guard-LOG_RETENTION_DAYS
6161 sam deploy \
6262 --template-file $$ template_file \
6363 --stack-name $$ stack_name \
@@ -73,8 +73,6 @@ sam-deploy-package: guard-artifact_bucket guard-artifact_bucket_prefix guard-sta
7373 --tags " version=$$ VERSION_NUMBER" \
7474 --parameter-overrides \
7575 EnableSplunk=true \
76- VersionNumber=$$ VERSION_NUMBER \
77- CommitId=$$ COMMIT_ID \
7876 LogLevel=$$ LOG_LEVEL \
7977 LogRetentionDays=$$ LOG_RETENTION_DAYS
8078
You can’t perform that action at this time.
0 commit comments