Skip to content

Commit

Permalink
Merge pull request #1304 from cityofaustin/md-13190-remove-locations-etl
Browse files Browse the repository at this point in the history
Remove CR3 and non-CR3 crash location housekeeping ETLs
  • Loading branch information
mddilley authored Oct 5, 2023
2 parents 278ae08 + 506fa58 commit 6299a1a
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 496 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- "atd-etl/cris_import/**"
- "atd-etl/cr3_extract_diagram/**"
- "atd-etl/socrata_export/**"
- "atd-etl/reassociate_missing_locations/**"
- "atd-etl/process_missing_cr3_pdfs/**"
pull_request:
branches:
Expand All @@ -25,7 +24,6 @@ on:
- "atd-etl/cris_import/**"
- "atd-etl/cr3_extract_diagram/**"
- "atd-etl/socrata_export/**"
- "atd-etl/reassociate_missing_locations/**"
- "atd-etl/process_missing_cr3_pdfs/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -57,8 +55,6 @@ jobs:
- 'atd-etl/cr3_extract_diagram/**'
socrata_export:
- 'atd-etl/socrata_export/**'
reassociate_missing_locations:
- 'atd-etl/reassociate_missing_locations/**'
process_missing_cr3_pdfs:
- 'atd-etl/process_missing_cr3_pdfs/**'
Expand Down Expand Up @@ -101,15 +97,6 @@ jobs:
push: true
tags: atddocker/vz-socrata-export:${{ github.ref == 'refs/heads/production' && 'production' || 'development' }}

- name: Build and push location association tools
if: steps.changes.outputs.reassociate_missing_locations == 'true'
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
context: atd-etl/reassociate_missing_locations
push: true
tags: atddocker/vz-location-associations:${{ github.ref == 'refs/heads/master' && 'production' || 'latest' }}

- name: Build and push PDF maintenance image
if: steps.changes.outputs.process_missing_cr3_pdfs == 'true'
uses: docker/build-push-action@v4
Expand Down
1 change: 0 additions & 1 deletion atd-etl/reassociate_missing_locations/.dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions atd-etl/reassociate_missing_locations/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions atd-etl/reassociate_missing_locations/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions atd-etl/reassociate_missing_locations/docker-compose.yml

This file was deleted.

2 changes: 0 additions & 2 deletions atd-etl/reassociate_missing_locations/env_template

This file was deleted.

1 change: 0 additions & 1 deletion atd-etl/reassociate_missing_locations/requirements.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6299a1a

Please sign in to comment.