Skip to content

Commit

Permalink
Revert "Update tests/spread/rockcraft/plugin-maven/task.yaml"
Browse files Browse the repository at this point in the history
This reverts commit bb08f27.

Chisel slices do not install /usr/bin symlink as it will cause
conflicts between different versions of jre slices.
  • Loading branch information
vpa1977 committed Oct 23, 2024
1 parent cff2516 commit d326747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spread/rockcraft/plugin-maven/task.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ execute: |
rm ${ROCK_FILE}
# Run the packaged project
docker run --rm $IMAGE exec /usr/bin/java -jar /jar/sample-0.0.1-SNAPSHOT.jar | MATCH "hello world"
docker run --rm $IMAGE exec /usr/lib/jvm/java-21-openjdk-amd64/bin/java -jar /jar/sample-0.0.1-SNAPSHOT.jar | MATCH "hello world"
docker system prune -a -f

0 comments on commit d326747

Please sign in to comment.