From 05c001067ea80839643a65322e340237a7e4c551 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 9 Apr 2019 16:15:38 -0500 Subject: [PATCH] Removed old alpha version built with Python 2 --- .gitlab-ci.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edbc68c..c64a86f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,33 +21,6 @@ test_py3: - '%PYTHON3% -m coverage report --omit="test*"' coverage: '/TOTAL.+ ([0-9]{1,3}%)/' -.alpha: - type: deploy - tags: - - windows - script: - - pip install --upgrade pip - - pip install --upgrade -r requirements.txt - - copy changelog.md doc\changelog.md - - cd doc - - python documentation_importer.py - - cd ..\src - - python ..\doc\generator.py - - python write_version_data.py - - python setup.py py2exe - - cd .. - - cd scripts - - python prepare_zipversion.py - - cd .. - - move src\socializer.zip socializer.zip - only: - - schedules - artifacts: - paths: - - socializer.zip - name: socializer - expire_in: 1 day - alpha_python3: type: deploy tags: