Skip to content
Snippets Groups Projects
Commit 5e25b9aa authored by q3k's avatar q3k
Browse files

CI: bump deploy image

parent 4c5d8e8c
No related branches found
No related tags found
No related merge requests found
Pipeline #1444 passed
...@@ -10,11 +10,8 @@ build: ...@@ -10,11 +10,8 @@ build:
pages: pages:
stage: deploy stage: deploy
image: ubuntu:bionic # maintaned by q3k, build using docker/deploy-env
before_script: image: "registry.k0.hswaw.net/q3k/card10-deploy-env:20190725-112709Z-4c5d8e8"
- apt update -qq
- apt install -y -qq python3-pip git clang libclang-dev llvm
- pip3 install sphinx sphinx_rtd_theme clang
script: script:
- export LD_LIBRARY_PATH=$(llvm-config --libdir) - export LD_LIBRARY_PATH=$(llvm-config --libdir)
- echo $LD_LIBRARY_PATH - echo $LD_LIBRARY_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment