Commit b5a50d2a authored by Bart Kamphorst's avatar Bart Kamphorst
Browse files

style: prettier

parent feb31250
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -8,8 +8,10 @@ semantic-version-tag-checker:
    name: docker.io/docker:git
    entrypoint: [""]
  script:
    - echo "[*] Validating that a semantic version tag is already available on 'origin/${CI_DEFAULT_BRANCH}' to prevent semantic-release from creating the initial release (v1.0.0). You can disable this check by setting the variable
      ALLOW_INITIAL_SEMANTIC_RELEASE."
    - echo "[*] Validating that a semantic version tag is already available on
      'origin/${CI_DEFAULT_BRANCH}' to prevent semantic-release from creating
      the initial release (v1.0.0). You can disable this check by setting the
      variable ALLOW_INITIAL_SEMANTIC_RELEASE."
    - |
      if [ "$(git rev-parse --is-shallow-repository)" != "false" ]; then
        echo "[*] Repository is shallow. Unshallowing."