Merge remote-tracking branch 'origin/feature/CTLE-421-migrate-to-use-api-keys' into integration/sprint-25

This commit is contained in:
2023-05-01 20:00:16 -05:00
20 changed files with 413 additions and 20 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
############################################################################
## open-jacoco-test-report.sh
## opens the jacoco generated file from the target directory in browser
############################################################################
open target/site/jacoco/index.html

View File

@ -48,7 +48,7 @@ checkBuild()
qqq-frontend-core) shortRepo="f'core";;
qqq-frontend-material-dashboard) shortRepo="m-db";;
ColdTrack-Live) shortRepo="ctl";;
Nutrifresh-One-Scripts) shortRepo="nf1-scr";;
ColdTrack-Live-Scripts) shortRepo="ct1-scr";;
esac
timestamp=$(date -j -f "%Y-%m-%dT%H:%M:%S%z" $(echo "$startDate" | sed 's/\....Z/+0000/') +%s)