mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-08-01 11:01:37 +00:00
changed docker image
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
image: python:alpine
|
image: ubuntu:18.04
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- docs
|
- docs
|
||||||
@@ -8,7 +8,7 @@ before_script:
|
|||||||
- pip install mkdocs
|
- pip install mkdocs
|
||||||
- pip install mkdocs-material
|
- 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
|
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
Reference in New Issue
Block a user