mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Fix reports directory for operatorhub nightly tests (#4972)
* Fix reports directory for operatorhub nightly tests * copy reports for project, login logout and operatorhub tests to artifacts dir reports * one line command for copying both reports
This commit is contained in:
@@ -30,6 +30,6 @@ oc whoami
|
||||
# Operatorhub integration tests
|
||||
make test-operator-hub
|
||||
|
||||
cp -r reports $ARTIFACT_DIR
|
||||
cp -r tests/reports $ARTIFACT_DIR
|
||||
|
||||
oc logout
|
||||
|
||||
@@ -40,6 +40,6 @@ if [ $error ]; then
|
||||
exit -1
|
||||
fi
|
||||
|
||||
cp -r reports $ARTIFACT_DIR
|
||||
cp -r reports tests/reports $ARTIFACT_DIR
|
||||
|
||||
oc logout
|
||||
|
||||
@@ -68,6 +68,6 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
cp -r reports $ARTIFACT_DIR
|
||||
cp -r reports tests/reports $ARTIFACT_DIR
|
||||
|
||||
oc logout
|
||||
|
||||
Reference in New Issue
Block a user