sforkowany z mirror/soapbox
Docs CI: use `alpine:latest`
rodzic
965a8ede7d
commit
1aa68c51b1
|
@ -14,7 +14,7 @@ stages:
|
|||
- lint
|
||||
- test
|
||||
- build
|
||||
- deploy-docs
|
||||
- deploy
|
||||
|
||||
before_script:
|
||||
- yarn
|
||||
|
@ -40,9 +40,9 @@ build-production:
|
|||
paths:
|
||||
- static
|
||||
|
||||
deploy-docs:
|
||||
stage: deploy-docs
|
||||
image: python:3.8-alpine
|
||||
docs-deploy:
|
||||
stage: deploy
|
||||
image: alpine:latest
|
||||
before_script:
|
||||
- apk add curl
|
||||
script:
|
||||
|
|
Ładowanie…
Reference in New Issue