Commit 75cd4049 authored by Matthias Simon's avatar Matthias Simon
Browse files

Disable package job

parent ba0bd3a1
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -17,6 +17,7 @@ format-check:
        exit 1
        exit 1
      fi
      fi


# Package job is set to manual, because there's an issue with unzipping docx files.
package:
package:
  stage: package
  stage: package
  script:
  script:
@@ -26,3 +27,4 @@ package:
    paths:
    paths:
      - "*.zip"
      - "*.zip"
    expire_in: 1 week
    expire_in: 1 week
  when: manual