Skip to content

Commit df5e9d8

Browse files
committed
do not need extra params now
1 parent 2f9f12f commit df5e9d8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint:
1414

1515
lint-samtemplates:
1616
poetry run cfn-lint -t SAMtemplates/*.yaml
17-
17+
1818
test: 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

0 commit comments

Comments
 (0)