From 72ef6375ec1c362396241900eadca7872010d397 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 8 Jun 2020 04:00:28 -0500 Subject: [PATCH] modified: .gitlab-ci.yml modified: CMakeLists.txt --- .gitlab-ci.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29f296792..2e14c6021 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ eic_docker: script: - cd containers/docker - make login - - make release-cached + - make release eic_singularity: image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aa14f185..133cfd16c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ ## PROJECT: hallac_container ################################################################################ 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 -- GitLab