[damned-lies] chore: remove githook from gitlab ci pipeline



commit 7fdeceb806c84ab92ccedbfa61d4e323045411b3
Author: Guillaume Bernard <contact guillaume-bernard fr>
Date:   Mon Aug 8 09:08:30 2022 +0200

    chore: remove githook from gitlab ci pipeline

 .gitlab-ci.yml | 20 --------------------
 1 file changed, 20 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 72c007d5..55b86fd5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -227,26 +227,6 @@ static-analysis:flake8:
     when: always
 
 
-code-string-changes:
-  stage: test
-  dependencies: []
-  extends: .job-on-runtime-image
-  variables:
-    TRANSLATION_DIFF_PO_FILENAME: translation_diff.po
-  script:
-    - ./manage.py migrate --settings damnedlies.settings_tests
-    - source "./.githooks/check_messages_did_change_or_not.sh"
-    - translation_diff=$(get_translations_changed_differences_po_file)
-    - mv "${translation_diff}" "${TRANSLATION_DIFF_PO_FILENAME}"
-    - if [[ -s ${TRANSLATION_DIFF_PO_FILENAME} ]]; then exit 1; else exit 0; fi
-  artifacts:
-    name: ${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA}
-    expire_in: 1 week
-    expose_as: "Changed strings PO file"
-    paths:
-      - "${TRANSLATION_DIFF_PO_FILENAME}"
-    when: on_failure
-
 #############################################################################
 ###################               Deploy                  ###################
 #############################################################################


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]