GitLab CI/manifest_tests: explicitly specify workdir
Explicitly specify the workdir when running manifest_tests, make potential debugging of the test case on CI runner easier (because otherwise the workdir would get removed after failing test). Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
0b158c3fd3
commit
b2bf7bc11b
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ Manifests:
|
|||
if [[ "$ID" == "rhel" || "$ID" == "centos" ]]; then
|
||||
export GOFLAGS="-tags=exclude_graphdriver_btrfs"
|
||||
fi
|
||||
- test/cases/manifest_tests --rm-artifacts-after-test $SCRIPT_EXTRA_ARGS
|
||||
- test/cases/manifest_tests --rm-artifacts-after-test --workdir ./osbuild-manifest-tests-workdir $SCRIPT_EXTRA_ARGS
|
||||
variables:
|
||||
PYTHONUNBUFFERED: 1
|
||||
# List of image types that are not supported by osbuild-image-info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue