Skip to content
Snippets Groups Projects
Commit e64b0548 authored by Jö Fahlke's avatar Jö Fahlke
Browse files
parent 48f966c6
No related branches found
No related tags found
1 merge request!4[ci-main.yml] Copy from template
Pipeline #5281 passed
......@@ -54,15 +54,10 @@ source-pacxx:
source-samples:
stage: source
image: registry.dune-project.org/joe/pacxx-docker:base-native.master
variables:
GIT_STRATEGY: none
script:
- git clone --depth=1 -b "$CI_COMMIT_REF_NAME"
https://zivgitlab.uni-muenster.de/HPC2SE-Project/pacxx-samples.git samples ||
git clone --depth=1
https://zivgitlab.uni-muenster.de/HPC2SE-Project/pacxx-samples.git samples
- verbose-git-status samples pacxx-samples >>samples/repoversions
- find samples/ -name .git -prune -print0 | xargs -0 rm -rf
- getpacxx ${ADOPT:+--adopt="$ADOPT"} --branch="$CI_COMMIT_REF_NAME"
--versionlog=repoversions --samples
- mv repoversions samples/repoversions
- cat samples/repoversions
tags:
- hpc2seci
......
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