Skip to content

Commit c755e47

Browse files
Remove infrastructure code from repository
- This code has already been extracted to the infrastructure repository (see new ADR) - Remove github workflows related only to infrastructure changes - Create new ADR detailing decision
1 parent 704a92f commit c755e47

217 files changed

Lines changed: 48 additions & 14532 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
/spec
4242
!/spec/factories
4343
!/spec/support/faker
44-
/terraform
4544

4645
/config/settings.local.yml
4746
/config/settings/*.local.yml

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
* @nhsuk/mavis-devs-application
22
.github/ @nhsuk/vaccine-digital-service
33
docs/ @nhsuk/vaccine-digital-service
4-
terraform/ @nhsuk/mavis-devs-infrastructure

.github/actions/run-test-suites-check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
if [ "${{ github.event_name }}" == "pull_request" ]; then
2828
git fetch origin
2929
RELEVANT_DIRS=$(git diff origin/${{ inputs.base-ref }}...HEAD --name-only)
30-
if [ -z "$(echo "$RELEVANT_DIRS" | egrep -v '^(.github|adr|aws|docs|storage|terraform)/')" ]; then
30+
if [ -z "$(echo "$RELEVANT_DIRS" | egrep -v '^(.github|adr|aws|docs|storage)/')" ]; then
3131
echo "No relevant changes detected, skipping rails tests"
3232
echo "run-test-suites=false" >> $GITHUB_OUTPUT
3333
exit 0

.github/workflows/deploy-backup-infrastructure.yml

Lines changed: 0 additions & 110 deletions
This file was deleted.

.github/workflows/deploy-infrastructure.yml

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)