Skip to content
Snippets Groups Projects
Commit 787cce97 authored by Lars Bilke's avatar Lars Bilke
Browse files

Always inlcude ogs_base().

parent 5822e8c8
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ dev images:
- python ogscm/cli.py -B -C --sif_file ubuntu-dev.sif --pm system --ogs off
- python ogscm/cli.py -B -C --sif_file centos-dev.sif --base_image centos:8 --pm system --ogs off
artifacts:
# example URL:
# https://gitlab.opengeosys.org/ogs/container-maker/-/jobs/artifacts/master/raw/_out/images/ubuntu-dev.sif?job=dev+images
paths:
- _out/images/*.sif
......
......@@ -252,8 +252,7 @@ def main(): # pragma: no cover
src='/usr/local/bin/mpi_*',
dest='/usr/local/bin/')
if ogs_version != 'off' or args.jenkins or args.gitlab:
Stage0 += ogs_base()
Stage0 += ogs_base()
if args.gui:
Stage0 += packages(ospackages=[
'mesa-common-dev', 'libgl1-mesa-dev', 'libglu1-mesa-dev',
......
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