/ ‘.gitlab-ci.yml’
This commit is contained in:
parent
6b6ddd1ce5
commit
717cd1a09f
1 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,11 @@ build:
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pwd
|
- 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
|
- patch venv/lib/python3.7/site-packages/pelican/readers.py -i patch/pelican_readers.patch
|
||||||
- make publish
|
- make publish
|
||||||
- rm -rf /var/www/webapp_doohoyi/nosignal.hopto.org_site/ci/website
|
- rm -rf /var/www/webapp_doohoyi/nosignal.hopto.org_site/ci/website
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue