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 7ab511a commit a53d01eCopy full SHA for a53d01e
aws/logs_monitoring/release.sh
@@ -192,7 +192,7 @@ prod_release() {
192
yq --inplace ".Mappings.Constants.DdForwarder.Version |= \"${FORWARDER_VERSION}\"" "template.yaml"
193
yq --inplace ".Mappings.Constants.DdForwarder.LayerVersion |= \"${LAYER_VERSION}\"" "template.yaml"
194
195
- if git diff --quiet; then
+ if ! git diff --quiet; then
196
log_info "Committing version number change..."
197
git add "settings.py" "template.yaml"
198
git commit --signoff --message "ci(release): Update version from ${CURRENT_VERSION} to ${FORWARDER_VERSION}"
0 commit comments