Skip to content

Commit 9ce3b92

Browse files
committed
Remove download-get-secrets-layer target and step
1 parent 5c76512 commit 9ce3b92

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/cdk_package_code.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
run: |
5757
make install
5858
59-
- name: download the get secrets lambda layer
60-
run: |
61-
make download-get-secrets-layer
62-
6359
- name: 'Tar files'
6460
run: |
6561
tar -rf artifact.tar \

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ git-secrets-docker-setup:
2727
export LOCAL_WORKSPACE_FOLDER=$(pwd)
2828
docker build -f https://raw.githubusercontent.com/NHSDigital/eps-workflow-quality-checks/refs/tags/v4.0.4/dockerfiles/nhsd-git-secrets.dockerfile -t git-secrets .
2929

30-
download-get-secrets-layer:
31-
mkdir -p packages/getSecretLayer/lib
32-
curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/$$(curl -s "https://api.github.com/repos/NHSDigital/electronic-prescription-service-get-secrets/releases/latest" | jq -r .tag_name)/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip
33-
3430
lint: lint-githubactions lint-githubaction-scripts
3531

3632
lint-githubactions:

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ These are used to do common commands related to cdk
105105
- `cdk-watch` Syncs the code and CDK templates to AWS. This keeps running and automatically uploads changes to AWS.
106106
- `build-deployment-container-image` Creates a container with all code necessary to run cdk deploy.
107107

108-
#### Download secrets
109-
110-
- `download-get-secrets-layer` Creates the necessary directory structure and downloads the `get-secrets-layer.zip` artifact from NHSDigital's `electronic-prescription-service-get-secrets` releases.
111-
112108
#### Clean and deep-clean targets
113109

114110
- `clean` Clears up any files that have been generated by building or testing locally.

0 commit comments

Comments
 (0)