From e78dacd02931d32452f9671c408dc550c0961911 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Wed, 2 Jan 2019 10:19:57 -0600 Subject: [PATCH] The two alpha versions (for python 2 and 3) will be generated dayly --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 736e678..65ab587 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,12 +38,12 @@ alpha: - cd .. - move src\socializer.zip socializer.zip only: - - master + - schedules artifacts: paths: - socializer.zip name: socializer - expire_in: 1 week + expire_in: 1 day alpha_python3: type: deploy @@ -69,12 +69,12 @@ alpha_python3: - cd .. - move src\socializer.zip socializer.zip only: - - master + - schedules artifacts: paths: - socializer.zip name: socializer_py3 - expire_in: 1 hour + expire_in: 1 day stable: type: deploy