Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Jun 16, 2023
1 parent eaf3a56 commit 122c1b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests_e2e/pipeline/scripts/collect_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ mv "$LOGS_DIRECTORY"/lisa/*/*/agent.junit.xml "$BUILD_ARTIFACTSTAGINGDIRECTORY"/
#
# Move the rest of the LISA logs to "lisa_logs"
#
echo "COLLECT_LISA_LOGS=$COLLECT_LISA_LOGS"
if [[ $COLLECT_LISA_LOGS == 'true' ]]; then
if [[ ${COLLECT_LISA_LOGS,,} == 'true' ]]; then # case-insensitive comparison
mkdir "$BUILD_ARTIFACTSTAGINGDIRECTORY"/lisa_logs
mv "$LOGS_DIRECTORY"/lisa/*/*/* "$BUILD_ARTIFACTSTAGINGDIRECTORY"/lisa_logs
fi
Expand Down

0 comments on commit 122c1b0

Please sign in to comment.