mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-15 23:06:40 +00:00
this is dumb
This commit is contained in:
parent
a3de865766
commit
d43689c38a
@ -1,15 +1,14 @@
|
||||
image: ubuntu:18.04
|
||||
image: python:alpine
|
||||
|
||||
stages:
|
||||
- docs
|
||||
- docker
|
||||
|
||||
before_script:
|
||||
- apt install -y python3-pip
|
||||
- pip install mkdocs
|
||||
- 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
|
||||
|
||||
pages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user