Attempt #32
This commit is contained in:
parent
8a0d78e6a6
commit
758ab0ba8c
1 changed files with 2 additions and 2 deletions
|
|
@ -159,10 +159,10 @@ stages:
|
||||||
$(dockerImageName):$(imageTag) \
|
$(dockerImageName):$(imageTag) \
|
||||||
bash -c "for dir in ./playwright-reports/*/; do
|
bash -c "for dir in ./playwright-reports/*/; do
|
||||||
if [ -d "$dir" ]; then
|
if [ -d "$dir" ]; then
|
||||||
mv "$dir"* ./playwright-reports/ &&
|
mv "$dir"* . &&
|
||||||
rmdir "$dir"
|
rmdir "$dir"
|
||||||
fi
|
fi
|
||||||
done && pwd && ls && ls ./playwright-reports/; npx playwright merge-reports --reporter=ortoni-report,junit ./playwright-reports && ls && ./devops/scripts/jira_writeback.sh add_comment \"$(Build.SourceBranchName)\" \"AUTOMATED TEST RUN: $(date)\" \"./ortoni-report/index.html\"")
|
done; pwd && ls && ls ./playwright-reports/; npx playwright merge-reports --reporter=ortoni-report,junit ./playwright-reports && ls && ./devops/scripts/jira_writeback.sh add_comment \"$(Build.SourceBranchName)\" \"AUTOMATED TEST RUN: $(date)\" \"./ortoni-report/index.html\"")
|
||||||
# Start container and stream logs
|
# Start container and stream logs
|
||||||
echo "Starting merge"
|
echo "Starting merge"
|
||||||
docker start -a $container_id
|
docker start -a $container_id
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue