aboutsummaryrefslogtreecommitdiffstats
path: root/compose/get-versions.sh
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2023-08-31 09:39:06 +0100
committeradheli.tavares <adheli.tavares@est.tech>2023-08-31 09:40:09 +0100
commit083ccca69980aba494ee368a159bf4933d54a245 (patch)
treeefbae2c695300e373458c41ae3b3a43954968acd /compose/get-versions.sh
parentf80468a5647b0bde1102b1d5c71b3de679c1610c (diff)
Use major.minor.patch-SNAPSHOT images for CSIT
- change to avoid using major.minor-SNAPSHOT from java-17 branch Issue-ID: POLICY-4813 Change-Id: I5c064f88af35874403f0566ae9d118cd350f5180 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'compose/get-versions.sh')
-rwxr-xr-xcompose/get-versions.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/compose/get-versions.sh b/compose/get-versions.sh
index 600d8c99..85c0d3ac 100755
--- a/compose/get-versions.sh
+++ b/compose/get-versions.sh
@@ -67,7 +67,8 @@ function getDockerVersion
fi
fi
- docker_image_version=$(echo "$latest_snapshot_tag" | awk -F \. '{print $1"."$2"-SNAPSHOT-latest"}')
+ # docker_image_version=$(echo "$latest_snapshot_tag" | awk -F \. '{print $1"."$2"-SNAPSHOT-latest"}')
+ docker_image_version=$latest_snapshot_tag
docker_image_name=$(echo "$docker_images" | sed -e "s/^.*://" -e "s/^.//" -e "s/.$//")
if \