1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00

changed docker image

This commit is contained in:
Anson 2019-03-22 18:03:09 -07:00
parent 199d49f841
commit 17173cb27a

View File

@ -1,4 +1,4 @@
image: python:alpine
image: ubuntu:18.04
stages:
- docs
@ -8,7 +8,7 @@ before_script:
- pip install mkdocs
- pip install mkdocs-material
- apt get install docker
- apt get install -y docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
pages: