aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-03-09 09:31:12 +0000
committerGerrit Code Review <gerrit@onap.org>2022-03-09 09:31:12 +0000
commitd700931e4444e1262c5289d5765eb995590e7cc9 (patch)
tree610104906cf5375911912d687dbdd29c73861647 /integration
parentf3dfc58bbc0536c089eac2dfe1068bb987f6924c (diff)
parent794497a6f9c247cb016c776d4b4d7f805db5dadc (diff)
Merge "Repalce PolicyDevelopment with PolicyAPI in docs"
Diffstat (limited to 'integration')
-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 | \