Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: obtain Java and Python artifacts from .m2 or Python virtual environment from input #864

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: improve description of the docker_local_maven_repo_input_error…
…s integration test case
tromai committed Dec 18, 2024

Verified

This commit was signed with the committer’s verified signature.
tromai Trong Nhan Mai
commit a8578102a99c562eb6dac9f43395e87cb50794a8
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ steps:
- --local-maven-repo
- invalid_dir
expect_fail: true
- name: Create a test file.
- name: Create a test file to mimick user input. Therefore, this test file will be outside of the output dir.
kind: shell
options:
cmd: touch test.txt
@@ -40,7 +40,7 @@ steps:
- --local-maven-repo
- ./test.txt
expect_fail: true
- name: Clean up the test file.
- name: Clean up the test file because it's not automatically cleaned up by the test script as it's outside of the output directory.
kind: shell
options:
cmd: rm test.txt