Skip to content

Commit a311428

Browse files
committed
Took out the code that was trying to create a git tag.
1 parent 1b41059 commit a311428

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Monitoring/monitor-ontap-services/updateMonOntapServiceCFTemplate

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ if diff cloudformation.yaml cloudformation.yaml.tmp; then
2525
echo "No changes detected"
2626
exit 0
2727
fi
28-
#
29-
# Create a tag in git.
30-
latestHash=$(git log $file | head -1 | awk '{print $2}')
31-
echo "Creating tag ${file}-${version} for commit $latestHash"
32-
git tag -a "${file}-${version}" -m "${file}-${version}" $latestHash
3328

3429
echo "Updating cloudformation.yaml"
3530
mv cloudformation.yaml.tmp cloudformation.yaml

0 commit comments

Comments
 (0)