Skip to content

Commit

Permalink
Merge pull request #108 from dockstore/chmreid-rename-dirs
Browse files Browse the repository at this point in the history
Remove UUIDs/hashes from directory names
  • Loading branch information
chmreid authored Sep 23, 2021
2 parents 5f3d793 + 73f91a6 commit 837d634
Show file tree
Hide file tree
Showing 29 changed files with 9 additions and 272 deletions.
19 changes: 8 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,16 @@ jobs:
- check_git_secrets
- lint
- create_zip_upload_to_s3:
lambdaFolder: "cloud-watch-to-slack-testing-58006136-c30b-43d1-880c-7b36f860e7c8/deployment"
lambdaFolder: "cloud-watch-to-slack-testing/deployment"
s3BucketFolder: "cloudWatchToSlackTesting"
- create_zip_upload_to_s3:
lambdaFolder: "edge-lambda-for-s3-404s-4cbfb453-f95b-45d0-8568-fc17164c9a4c/deployment"
lambdaFolder: "edge-lambda-for-s3/deployment"
s3BucketFolder: "edgeLambdaForS3404s"
- create_zip_upload_to_s3:
lambdaFolder: "serverlessrepo-cloudwatch-a-cloudwatchalarmtoslack-60UO1LIXCS1Y-5885aaa7-b2bf-4619-9a72-f63a06b9fd4d/deployment"
s3BucketFolder: "serverlessRepoCloudwatchAlarmToSlack"
- create_zip_upload_to_s3:
lambdaFolder: "upsertGitHubTag-f79c4f36-3e61-43f4-8f6c-0b2e0e9774d7/deployment"
lambdaFolder: "upsertGitHubTag/deployment"
s3BucketFolder: "upsertGitHubTag"
- create_zip_upload_to_s3:
lambdaFolder: "webhook-testing-bdf90c40-b8ea-409b-951a-3ee800a00dda/deployment"
lambdaFolder: "webhook-testing/deployment"
s3BucketFolder: "webhookTesting"
- create_fedramp_inventory_zip_upload_to_s3:
lambdaFolder: "fedramp-integrated-inventory-workbook/deployment"
Expand Down Expand Up @@ -99,7 +96,7 @@ commands:
command: cd << parameters.lambdaFolder >> && sam build --use-container && sam package --s3-bucket ${AWS_BUCKET} --s3-prefix $(echo ${CIRCLE_TAG-$CIRCLE_BRANCH} | sed "s/\//_/g")-$(echo $CIRCLE_SHA1 | cut -c -7)/<< parameters.s3BucketFolder >>

create_zip_upload_to_s3:
description: "Creates a deployment zip for a lambda and uploads to S3"
description: "Create a deployment zip for a lambda and upload to S3"
parameters:
lambdaFolder:
type: string
Expand All @@ -119,7 +116,7 @@ commands:
--cache-control max-age=0
create_fedramp_inventory_zip_upload_to_s3:
description: "Creates a deployment zip for the fedramp inventory lambda and uploads to S3"
description: "Create a deployment zip for the fedramp inventory lambda and upload to S3"
parameters:
lambdaFolder:
type: string
Expand All @@ -144,7 +141,7 @@ commands:
--cache-control max-age=0
check_git_secrets:
description: "Installs git-secrets and scan repository to check for secrets"
description: "Install git-secrets and scan repository to check for secrets"
steps:
- run:
name: install npm packages
Expand All @@ -154,7 +151,7 @@ commands:
command: npm run install-git-secrets

lint:
description: "Runs lint"
description: "Run lint"
steps:
- run:
name: lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install aws-sam-cli
- name: Test with SAM CLI
working-directory: ./upsertGitHubTag-f79c4f36-3e61-43f4-8f6c-0b2e0e9774d7
working-directory: ./upsertGitHubTag
run: |
sam local invoke HelloWorldFunction -e events/event.json -n env.json &> output.txt
grep "Valid push event" output.txt
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 837d634

Please sign in to comment.