mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
ACS-9745-removed-reportPortal-integration (#3383)
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "=========================== Starting Add Step Summary Script ==========================="
|
||||
PS4="\[\e[35m\]+ \[\e[m\]"
|
||||
set -vex
|
||||
|
||||
echo "#### ⏱ Before Tests: $(date -u +'%Y-%m-%d %H:%M:%S%:z')" >> $GITHUB_STEP_SUMMARY
|
||||
echo "#### ⚙ Configuration" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
if [[ "$RP_ENABLED" == 'true' ]]; then
|
||||
echo "- [Report Portal]($RP_URL) configured with key "'`'$RP_KEY'`' >> $GITHUB_STEP_SUMMARY
|
||||
else
|
||||
echo "- Report Portal not enabled" >> $GITHUB_STEP_SUMMARY
|
||||
fi
|
||||
|
||||
set +vex
|
||||
echo "=========================== Finishing Add Step Summary Script =========================="
|
Reference in New Issue
Block a user