mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-07-22 22:21:33 +00:00
changed docker image
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user