Adjust indents

***NO_CI***
This commit is contained in:
dotasek 2022-02-03 17:01:41 -05:00
parent ca67688ae5
commit baf14921f1
1 changed files with 3 additions and 3 deletions

View File

@ -13,12 +13,12 @@ steps:
# Checks if the release notes file is populated. Exits if it is not. # Checks if the release notes file is populated. Exits if it is not.
- bash: | - bash: |
if [ -n "$(cmp RELEASE_NOTES.md RELEASE_NOTES.template.md)" ] if [ -n "$(cmp RELEASE_NOTES.md RELEASE_NOTES.template.md)" ]
then then
echo "RELEASE_NOTES.md has changed, proceeding to next step" echo "RELEASE_NOTES.md has changed, proceeding to next step"
else else
echo "Your RELEASE_NOTES.md file is unchanged. Please provide release notes before creating a release." echo "Your RELEASE_NOTES.md file is unchanged. Please provide release notes before creating a release."
exit 1 exit 1
fi fi
# This task pulls the <version> value from the org.hl7.fhir.r5 project pom.xml file. All modules are released as # This task pulls the <version> value from the org.hl7.fhir.r5 project pom.xml file. All modules are released as
# the same version, at the same time, as defined in the root level pom.xml. # the same version, at the same time, as defined in the root level pom.xml.