Skip to content
Snippets Groups Projects
Commit a2834a18 authored by Dr. Jorrit Fahlke's avatar Dr. Jorrit Fahlke
Browse files

Merge branch 'runtime-is-reference-ci' into 'master'

[CI] Make pacxx-runtime the authoritative place for ci-main.yml

See merge request !6
parents 3107cd68 2edb5252
No related branches found
No related tags found
1 merge request!6[CI] Make pacxx-runtime the authoritative place for ci-main.yml
Pipeline #5360 passed
......@@ -19,12 +19,12 @@ check-ci-main.yml:
stage: source
image: alpine:latest
variables:
REFERENCE: https://gitlab.dune-project.org/joe/pacxx-docker/raw/master/ci-main.yml
REFERENCE: https://zivgitlab.uni-muenster.de/HPC2SE-Project/pacxx-runtime/raw/master/ci-main.yml
script:
- apk add curl
- curl -f -o ci-main.yml.upstream "$REFERENCE"
- if ! diff -u ci-main.yml.upstream ci-main.yml; then
echo "Outdated ci setup, please update ci-main.yml from $REFERENCE";
- curl -f -o ci-main.yml.reference "$REFERENCE"
- if ! diff -u ci-main.yml.reference ci-main.yml; then
echo "Outdated ci setup, consider updating ci-main.yml from $REFERENCE";
exit 2;
fi
tags:
......
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