Skip to content
Snippets Groups Projects
Commit 72ef6375 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

	modified:   CMakeLists.txt
parent 930aae6d
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ eic_docker: ...@@ -11,7 +11,7 @@ eic_docker:
script: script:
- cd containers/docker - cd containers/docker
- make login - make login
- make release-cached - make release
eic_singularity: eic_singularity:
image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
## PROJECT: hallac_container ## PROJECT: hallac_container
################################################################################ ################################################################################
cmake_minimum_required (VERSION 3.8) cmake_minimum_required (VERSION 3.8)
project (eic_container VERSION 1.3.0) project (eic_container VERSION 1.3.1)
################################################################################ ################################################################################
## The name of our container ## The name of our container
......
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