From 1a4bd8f6b93c797aa50960babdb8b261e0e7e5b3 Mon Sep 17 00:00:00 2001 From: Chetouane <elias.chetouane@univ-grenoble-alpes.fr> Date: Tue, 16 Jan 2024 12:54:26 +0100 Subject: [PATCH] Retrait de "after_script" pour tests --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30379b3..4219c1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ build-dois-csv: - pip install requests - pip install matplotlib - python run-all-codes.py - after_script: - git remote set-url --push origin git@gricad-gitlab:$CI_PROJECT_PATH - git add -f dois-uga.csv - git commit -m "Nouvelle version du csv" -- GitLab