Docs CI: use `alpine:latest`
This commit is contained in:
parent
965a8ede7d
commit
1aa68c51b1
|
@ -14,7 +14,7 @@ stages:
|
||||||
- lint
|
- lint
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy-docs
|
- deploy
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- yarn
|
- yarn
|
||||||
|
@ -40,9 +40,9 @@ build-production:
|
||||||
paths:
|
paths:
|
||||||
- static
|
- static
|
||||||
|
|
||||||
deploy-docs:
|
docs-deploy:
|
||||||
stage: deploy-docs
|
stage: deploy
|
||||||
image: python:3.8-alpine
|
image: alpine:latest
|
||||||
before_script:
|
before_script:
|
||||||
- apk add curl
|
- apk add curl
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue