Commit 5c1fb860 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

rule

parent 3723a374
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
        echo "different than the latest ${LATEST_VERSION}."
        exit 1
      fi
  # rules:
  #   - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
  rules:
    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
  allow_failure: true
  needs: []