Skip to content

Commit 2aa520e

Browse files
authored
Merge pull request #64 from DataSQRL/modularization
Reorganize into multi-module project
2 parents b59aac9 + 7026ef3 commit 2aa520e

Some content is hidden

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

49 files changed

+692
-427
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Download dependencies
5151
run: |
5252
mvn -B org.apache.maven.plugins:maven-dependency-plugin:3.8.1:go-offline de.qaware.maven:go-offline-maven-plugin:1.2.8:resolve-dependencies
53-
mvn -B org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources com.marvinformatics:docker-compose-maven-plugin:5.0.0:pull
53+
mvn -B -f flink-sql-runner/pom.xml org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources com.marvinformatics:docker-compose-maven-plugin:5.0.0:pull
5454
5555
- name: Update version
5656
if: github.event_name == 'release' && github.event.action == 'created'

.github/workflows/uber-jar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Download dependencies
5555
run: |
5656
mvn -B org.apache.maven.plugins:maven-dependency-plugin:3.8.1:go-offline de.qaware.maven:go-offline-maven-plugin:1.2.8:resolve-dependencies -P${{ matrix.FLINK_PROFILE }}
57-
mvn -B org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources com.marvinformatics:docker-compose-maven-plugin:5.0.0:pull -P${{ matrix.FLINK_PROFILE }}
57+
mvn -B -f flink-sql-runner/pom.xml org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources com.marvinformatics:docker-compose-maven-plugin:5.0.0:pull -P${{ matrix.FLINK_PROFILE }}
5858
5959
- name: Update version
6060
if: github.event_name == 'release' && github.event.action == 'created'
@@ -73,7 +73,7 @@ jobs:
7373
password: ${{ github.event_name == 'pull_request' && secrets.GITHUB_TOKEN || secrets.DOCKER_PASSWORD }}
7474

7575
- name: Build and push Docker image
76-
working-directory: ./target/
76+
working-directory: ./flink-sql-runner/target/
7777
run: |
7878
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
7979
IMAGE=ghcr.io/datasqrl/flink-sql-runner:pr-${{ github.event.number }}-${{ matrix.FLINK_PROFILE }}

0 commit comments

Comments
 (0)