From 717cd1a09fde02e9d4239380e7d374ca182c708a Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 21 Apr 2020 20:40:06 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98.gitlab-ci.yml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 106648c..277965b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,11 @@ build: - source venv/bin/activate - pip install -r requirements.txt - pwd + - cd venv + - cd lib + - cd python3.7 + - cd site-packages + - cd pelican - patch venv/lib/python3.7/site-packages/pelican/readers.py -i patch/pelican_readers.patch - make publish - rm -rf /var/www/webapp_doohoyi/nosignal.hopto.org_site/ci/website