Commit 524131e2 authored by Sebastien LONGO (Klanik)'s avatar Sebastien LONGO (Klanik)
Browse files

fix syntax error

parent 4575ded9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.5.2] - 2024-04-24
* Fix syntax error

## [0.5.1] - 2024-04-24
* Fix syntax error

+2 −2
Original line number Diff line number Diff line
@@ -138,8 +138,8 @@ template_release:
                ref==${COMMIT_HASH} )
              echo "Processed git's 2-digit tag ${JOB_TAGS_MINOR} : ${result}"
    -       else
              echo "Skipping tagging because ${JOB_RELEASE} is not the latest release"
            fi
    -         echo "Skipping tagging because ${JOB_RELEASE} is not the latest release"
    -       fi
    -     fi
          # If we want to release only latest version: break
    -     if [ "${RELEASE_ONLY_LATEST_VERSION}" = "true" ]; then