mirror of
https://git.resf.org/sig_core/wiki.git
synced 2024-11-15 20:21:22 +00:00
change to apk
This commit is contained in:
parent
27ab841705
commit
d4f5d1dbab
@ -1,10 +1,9 @@
|
|||||||
---
|
---
|
||||||
before_script:
|
before_script:
|
||||||
- dnf install python36
|
- apk add --update --no-cache python3 py3-pip
|
||||||
- pip3 install -r requirements.txt
|
- /usr/bin/pip3 install -r requirements.txt
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: "rockylinux:latest"
|
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- mkdocs build --script --verbose --site-dir test
|
- mkdocs build --script --verbose --site-dir test
|
||||||
|
Loading…
Reference in New Issue
Block a user