This commit is contained in:
Tarek Ziade 2017-09-20 16:57:01 +02:00
Родитель 6a2af15932
Коммит 45e906563a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -22,7 +22,7 @@ tasks:
cd heavy-profile &&
pip install --quiet --upgrade -r requirements.txt &&
python setup.py develop &&
hp-creator --max-urls 10 /app/profile &&
hp-creator --max-urls 115 /app/profile &&
hp-archiver /app/profile /app/archives
artifacts:
'public':

Просмотреть файл

@ -16,5 +16,5 @@ CMD git clone https://github.com/tarekziade/heavy-profile && \
cd heavy-profile && \
pip install --upgrade -r requirements.txt && \
python setup.py develop && \
hp-creator --max-urls 10 /app/profile && \
hp-creator --max-urls 115 /app/profile && \
hp-archiver /app/profile /app/archives