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:
parent
199d49f841
commit
17173cb27a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user