Skip to content
Snippets Groups Projects
Commit dbf2c9bf authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

Update submodules to most recent commits in CI job

parent 1e320d79
No related branches found
No related tags found
1 merge request!5Update submodules to most recent commits in CI job
Pipeline #96492 passed
......@@ -10,7 +10,9 @@ cache:
before_script:
- echo "Before script section"
- export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR
- apt-get update && apt-get -o dir::cache::archives="$APT_CACHE_DIR" -y install gnuplot gawk imagemagick poppler-utils
- apt-get update && apt-get -o dir::cache::archives="$APT_CACHE_DIR" -y install gnuplot gawk imagemagick poppler-utils git
- git submodule sync --recursive
- git submodule update --remote --recursive
- echo "Before script section END."
after_script:
......
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