From 95b4aca72cce5e2ffb0a3507659578ed470ce566 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Keck <Jean-Baptiste.Keck@imag.fr>
Date: Wed, 29 Jul 2020 21:44:15 +0200
Subject: [PATCH] restored 1 month date

---
 ci/scripts/clean_ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/clean_ci.sh b/ci/scripts/clean_ci.sh
index b01392ada..876232e18 100755
--- a/ci/scripts/clean_ci.sh
+++ b/ci/scripts/clean_ci.sh
@@ -40,7 +40,7 @@ function api_request {
 GITLAB='https://gricad-gitlab.univ-grenoble-alpes.fr'
 NAMESPACE='particle_methods'
 PROJECT='hysop'
-DATE="$[ $(date +%s) ]" #- 2592000 ]"
+DATE="$[ $(date +%s) - 2592000 ]"
 TOKEN="${GITLAB_API_TOKEN:-}"
 
 # Parse args
-- 
GitLab