Skip to content

Commit

Permalink
Revert "Initial participation file automation with only s3 integration"
Browse files Browse the repository at this point in the history
This reverts commit fea4812.
  • Loading branch information
saquino0827 committed Nov 10, 2023
1 parent ca8d7f9 commit 37e6be2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
6 changes: 0 additions & 6 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ version: 0.2
env:
variables:
SLACK_CHANNEL: "p-qpp-sub-alerts"
PART_FILE: "2023_PCF_Participation_File_10182023.xlsx"
parameter-store:
AWS_ACCOUNT_ID: "/qppar-sf/account_id"
DOCKERHUB_USERNAME: "/qppar-sf/DOCKERHUB_USERNAME"
DOCKERHUB_PASS: "/qppar-sf/DOCKERHUB_PASS"
SLACK_WEBHOOK: "/qppar-sf/dev/conversion_tool/slack_hook_url"
PART_FILE_BUCKET: "/qppar-sf/$ENVIRONMENT/conversion_tool/CPC_PLUS_BUCKET_NAME"
OUTPUT_PART_FILE: "/qppar-sf/$ENVIRONMENT/conversion_tool/CPC_PLUS_VALIDATION_FILE"
phases:
install:
runtime-versions:
Expand All @@ -20,15 +17,12 @@ phases:
- echo ${AWS_DEFAULT_REGION}
- echo ${AWS_ACCOUNT_ID}
- echo ${ENVIRONMENT}
- echo ${PART_FILE_BUCKET}
- echo ${CODEBUILD_RESOLVED_SOURCE_VERSION}
- echo ${CODEBUILD_BUILD_ID}
- echo ${CODEBUILD_BUILD_ARN}
- echo Getting Certificates for ${ENVIRONMENT}
- chmod +x ./qppsfct-copy-certs.sh
- ./qppsfct-copy-certs.sh $ENVIRONMENT $AWS_DEFAULT_REGION
- echo "Updating participation file"
- chmod +x ./update-part-file.sh ${PART_BUCKET} ${PART_FILE} ${OUTPUT_PART_FILE} ${AWS_DEFAULT_REGION}
- echo "Logging in to Amazon dockerHub ECR"
- docker login --username $DOCKERHUB_USERNAME --password $DOCKERHUB_PASS
- aws ecr get-login-password --region $AWS_DEFAULT_REGION | docker login --username AWS --password-stdin ${AWS_ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com
Expand Down
17 changes: 0 additions & 17 deletions upload-part-file.sh

This file was deleted.

0 comments on commit 37e6be2

Please sign in to comment.