Skip to content

Commit

Permalink
Delete references of fetch migration
Browse files Browse the repository at this point in the history
- Deleted all code under FetchMigration/.
- Deleted fetch-migration-stack.ts and related components from the MA CDK.
- Removed references in README.md and other documentation in the git repository.
- Updated CI to remove reference to the code.

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Sep 20, 2024
1 parent 492e5b9 commit 85300b5
Show file tree
Hide file tree
Showing 52 changed files with 1 addition and 4,511 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
fail-fast: false
matrix:
py-project:
- ./FetchMigration/python
- ./TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/console_link
defaults:
run:
Expand Down Expand Up @@ -225,16 +224,6 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

fetch-migration-docker-build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./FetchMigration
steps:
- uses: actions/checkout@v4
- name: Build Docker Image
run: docker build -t migrations/fetch-migration -f Dockerfile .

all-ci-checks-pass:
needs:
- style-check
Expand All @@ -244,7 +233,6 @@ jobs:
- python-e2e-tests
- python-lint
- python-tests
- fetch-migration-docker-build
if: always()
runs-on: ubuntu-latest
steps:
Expand Down
24 changes: 0 additions & 24 deletions FetchMigration/Dockerfile

This file was deleted.

107 changes: 0 additions & 107 deletions FetchMigration/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions FetchMigration/python/Pipfile

This file was deleted.

Loading

0 comments on commit 85300b5

Please sign in to comment.