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

this is dumb

This commit is contained in:
Anson 2019-03-22 18:07:06 -07:00
parent a3de865766
commit d43689c38a

View File

@ -1,15 +1,14 @@
image: ubuntu:18.04 image: python:alpine
stages: stages:
- docs - docs
- docker - docker
before_script: before_script:
- apt install -y python3-pip
- pip install mkdocs - pip install mkdocs
- pip install mkdocs-material - pip install mkdocs-material
- apt get install -y 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: