Skip to content

Commit

Permalink
do we need the dependencies?
Browse files Browse the repository at this point in the history
  • Loading branch information
eichelbe committed Oct 13, 2023
1 parent e4d97e9 commit df9715a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-push-dev-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
repositories: '[{"id": "central", "name":"Maven Central", "url": "https://repo1.maven.org/maven2", "releases": {"enabled": "true"}, "snapshots": {"enabled": "false"}}, {"id": "SSE", "name":"SSE", "url": "https://projects.sse.uni-hildesheim.de/qm/maven/", "releases": {"enabled": "true"}, "snapshots": {"enabled": "true"}}, {"id": "bintray", "name":"bintray", "url": "https://jcenter.bintray.com", "releases": {"enabled": "true"}, "snapshots": {"enabled": "false"}}]'
- name: Install the platform basics
run: |
cd ./platform/tools/Install/platformDependencies
mvn --batch-mode --update-snapshots install
cd ..
cd ./platform/tools/Install
mvn --batch-mode --update-snapshots package -DskipTests
- name: Build the test app through tests
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
repositories: '[{"id": "central", "name":"Maven Central", "url": "https://repo1.maven.org/maven2", "releases": {"enabled": "true"}, "snapshots": {"enabled": "false"}}, {"id": "SSE", "name":"SSE", "url": "https://projects.sse.uni-hildesheim.de/qm/maven/", "releases": {"enabled": "true"}, "snapshots": {"enabled": "true"}}, {"id": "bintray", "name":"bintray", "url": "https://jcenter.bintray.com", "releases": {"enabled": "true"}, "snapshots": {"enabled": "false"}}]'
- name: Install the platform basics
run: |
cd ./platform/tools/Install/platformDependencies
mvn --batch-mode --update-snapshots install
cd ..
cd ./platform/tools/Install
mvn --batch-mode --update-snapshots package -DskipTests
- name: Build the test app through tests
run: |
Expand Down

0 comments on commit df9715a

Please sign in to comment.