We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b41059 commit a311428Copy full SHA for a311428
Monitoring/monitor-ontap-services/updateMonOntapServiceCFTemplate
@@ -25,11 +25,6 @@ if diff cloudformation.yaml cloudformation.yaml.tmp; then
25
echo "No changes detected"
26
exit 0
27
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
33
34
echo "Updating cloudformation.yaml"
35
mv cloudformation.yaml.tmp cloudformation.yaml
0 commit comments