Skip to content
Snippets Groups Projects
Verified Commit 5626d5c6 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CI] Changed to rules syntax.

parent a92376a3
No related branches found
No related tags found
No related merge requests found
build gcc images:
stage: .pre
only:
changes:
rules:
- changes:
- ThirdParty/container-maker
- scripts/ci/jobs/build_image.yml
tags:
......@@ -20,9 +20,10 @@ build gcc images:
build xunit-to-junit image:
stage: .pre
only:
changes:
rules:
- changes:
- scripts/docker/saxon/**/*
- scripts/ci/jobs/build_image.yml
tags:
- docker-shell
variables:
......@@ -36,9 +37,10 @@ build xunit-to-junit image:
build pre-commit image:
stage: .pre
only:
changes:
rules:
- changes:
- scripts/docker/Dockerfile.pre-commit
- scripts/ci/jobs/build_image.yml
tags:
- docker-shell
variables:
......
FROM python:slim
RUN pip install pre-commit
RUN pip install pre-commit==2.4.0
CMD ["bash"]
RUN apt-get update \
&& apt-get install -y --no-install-recommends git curl \
......
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