Skip to content
Snippets Groups Projects
Commit 92dca4e8 authored by Luke Naylor's avatar Luke Naylor
Browse files

Fix: CI

Dockerfile can't be specified to be used by CI.
Instead copying Dockerfile steps into the CI file
parent 73598c96
No related branches found
No related tags found
No related merge requests found
Pipeline #32567 failed
......@@ -2,10 +2,12 @@ variables:
GIT_SUBMODULE_STRATEGY: normal
build:
# image: registry.gitlab.com/lukenaylor/latex/sagetex-image:latest
image:
dockerfile: .devcontainer/Dockerfile
image: registry.gitlab.com/lukenaylor/latex/sage-tex-chroma-image:latest
tags: ["x64"]
# The following is in the Dockerfile (can't see to use that)
before_script:
- git clone --depth=1 --branch v0.20.4 https://github.com/tree-sitter/tree-sitter-rust.git /root/src/tree-sitter-rust
- sage -pip install pseudowalls --extra-index-url https://gitlab.com/api/v4/projects/43962374/packages/pypi/simple
script:
- echo $SHELL
- source /root/.bashrc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment