Skip to content

Commit 1e917dc

Browse files
authored
Merge pull request #20 from DataSQRL/sqrl-flink-lib
Made room for sqrl libraries
2 parents 1909806 + 0c2370f commit 1e917dc

Some content is hidden

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

41 files changed

+422
-346
lines changed

.github/workflows/uber-jar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +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 -P${{ matrix.FLINK_PROFILE }} -Dsqrl.version=${{ matrix.SQRL_VERSION }}
53+
mvn -B -f flink-jar-runner/pom.xml org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources com.marvinformatics:docker-compose-maven-plugin:5.0.0:pull -P${{ matrix.FLINK_PROFILE }} -Dsqrl.version=${{ matrix.SQRL_VERSION }}
5354
5455
- name: Update version
5556
if: github.event_name == 'release' && github.event.action == 'created'
@@ -67,7 +68,7 @@ jobs:
6768
password: ${{ secrets.DOCKER_PASSWORD }}
6869

6970
- name: Build Docker image
70-
working-directory: ./target/
71+
working-directory: ./flink-jar-runner/target/
7172
run: |
7273
DOCKER_TAG=$DOCKER_REPO:${{ env.VERSION }}-sqrl-${{ matrix.SQRL_VERSION }}-${{ matrix.FLINK_PROFILE }}
7374
docker build --build-arg SQRL_VERSION=${{ matrix.SQRL_VERSION }} --build-arg RUNNER_VERSION=${{ env.VERSION }} -t $DOCKER_TAG .
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)