Skip to content

Commit

Permalink
etl build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinkleJoseph committed Oct 24, 2023
1 parent b89bd64 commit aaab49e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci-cd-debezium-tools.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Continuous Integration And Deployment On Push to Tools
#This is only for testing purpose and will be deleted in future.
on:
workflow_dispatch: # TODO this is there for testing purposes, once the pipelines are all done, remove this
workflow_dispatch:
push:
branches:
# - 'dev
- 'etl-debezium-poc' #test
- 'feat/srs-25-etl-deploy' #test
paths:
- 'backend/**'
- 'frontend/**'
- 'etl/**'
- '.github/workflows/ci-cd-debezium-tools.yaml'

concurrency:
Expand All @@ -21,12 +20,12 @@ jobs:
uses: ./.github/workflows/_build.yml
strategy:
matrix:
component: [ backend/etl/debezium-jdbc ]
component: [ etl/debezium-jdbc, etl/debezium-postgis/15-3.3 ]
include:
- component: backend/etl/debezium-jdbc
triggers: ('backend/etl/debezium-jdbc/')
- component: backend/etl/debezium-postgis/15-3.3
triggers: ('backend/etl/debezium-postgis/15-3.3/')
- component:etl/debezium-jdbc
triggers: ('etl/debezium-jdbc/')
- component: etl/debezium-postgis/15-3.3
triggers: ('etl/debezium-postgis/15-3.3/')
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ snyk.sarif

# Docker/Podman volumes
.volumes
./etl/debezium-jdbc/.settings/org.eclipse.m2e.core.prefs
etl/debezium-jdbc/.settings/org.eclipse.m2e.core.prefs
etl/debezium-jdbc/.settings/org.eclipse.jdt.core.prefs
etl/debezium-jdbc/.settings/org.eclipse.core.resources.prefs
etl/debezium-jdbc/.project
Expand Down

0 comments on commit aaab49e

Please sign in to comment.