1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +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: 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: