Skip to content

Commit 54088ca

Browse files
author
Taniya Mathur
committed
Fix SDLC pipeline configuration and account settings
- Enable S3 polling in CodePipeline template (codepipeline-s3.yml) - Update Makefile to use correct account ID (020432867916) - Remove debug prints from GitLab CI integration tests - Fix automatic pipeline triggering for S3 uploads
1 parent 55e0a6a commit 54088ca

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ integration_tests:
9090
script:
9191
- aws --version
9292
- aws sts get-caller-identity --no-cli-pager
93-
- echo "AWS_CREDS_TARGET_ROLE=${AWS_CREDS_TARGET_ROLE}"
94-
- echo "AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}"
95-
- echo "IDP_ACCOUNT_ID=${IDP_ACCOUNT_ID}"
9693
- cd ./scripts/sdlc/idp-cli
9794
- poetry install
9895
- make put

scripts/sdlc/cfn/codepipeline-s3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Resources:
177177
Configuration:
178178
S3Bucket: !Ref BucketName
179179
S3ObjectKey: !Ref FileKey
180+
PollForSourceChanges: true
180181
OutputArtifacts:
181182
- Name: SourceOutput
182183
RunOrder: 1

scripts/sdlc/idp-cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IDP_ACCOUNT_ID?=715841340161
1+
IDP_ACCOUNT_ID?=020432867916
22
AWS_REGION?=us-east-1
33
IDP_ADMIN_EMAIL?[email protected]
44
IDP_CWD?=../../../

0 commit comments

Comments
 (0)