Skip to content

Commit d98c422

Browse files
committed
Fix github action
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent e35c209 commit d98c422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 -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
53+
mvn -B org.apache.maven.plugins:maven-resources-plugin:3.3.1:testResources 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'

0 commit comments

Comments
 (0)