From 047933a61096e6d64f05eaac2ac6da587522f998 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sat, 7 Mar 2026 13:29:29 +0100 Subject: [PATCH] Cleanup old gitlab files --- .gitlab-ci.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 0443367..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,29 +0,0 @@ -image: python:3-alpine - -before_script: - - apk update - - apk add zip - -stages: - - test - - build - -test: - stage: test - script: - - python -mjson.tool 'fr.json' > /dev/null - - python -mjson.tool 'module.json' > /dev/null - -build: - stage: build - script: - - zip wh4-fr-FR.zip -r *.js *.json *.md compendium lang tables -x ".*" - artifacts: - name: wh4-fr-FR - when: on_success - paths: - - wh4-fr-FR.zip - when: on_success - only: - - tags - - master