summaryrefslogtreecommitdiffstats
path: root/integration/src
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-03-08 10:01:33 +0000
committerliamfallon <liam.fallon@est.tech>2022-03-08 10:01:39 +0000
commit794497a6f9c247cb016c776d4b4d7f805db5dadc (patch)
tree9c64a1128961b87532d12b416a2806b9de7b1526 /integration/src
parentd7d9a664cb6d45b1019f8ac897feac512e5b37e8 (diff)
Repalce PolicyDevelopment with PolicyAPI in docs
The architecture documentation refers to PolicyDevelopment rather than PolicyAPI, this commit corrects the documentation. Also the draw.io xml files are removed because draw.io can open the svg files directly. Issue-ID: POLICY-3866 Change-Id: I8b9c04ffb248a260b69b2c956191e8b1c6482e55 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/src')
-rwxr-xr-xintegration/src/release_scripts/getReleaseData.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/src/release_scripts/getReleaseData.sh b/integration/src/release_scripts/getReleaseData.sh
index 4afd1bd9..ff0df042 100755
--- a/integration/src/release_scripts/getReleaseData.sh
+++ b/integration/src/release_scripts/getReleaseData.sh
@@ -140,7 +140,7 @@ update_repos() {
get_tags() {
echo "Repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images"
- echo "repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images" > "$release_data_file"
+ echo "Repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images" > "$release_data_file"
for repo in "${pf_repos[@]}"
do
latest_snapshot_tag=$(mvn -f "$repo_location/$repo" clean | \