-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: anandrkskd <[email protected]>
- Loading branch information
1 parent
d6013e4
commit a4c9f59
Showing
3 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,5 @@ oc whoami | |
# Operatorhub integration tests | ||
make test-operator-hub | ||
|
||
cp -r tests/reports $ARTIFACT_DIR | ||
|
||
oc logout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,6 @@ if [ $error ]; then | |
exit -1 | ||
fi | ||
|
||
cp -r reports tests/reports $ARTIFACT_DIR | ||
|
||
|
||
oc logout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,5 @@ else | |
fi | ||
fi | ||
|
||
cp -r reports tests/reports $ARTIFACT_DIR | ||
|
||
oc logout |