Skip to content
Snippets Groups Projects
Commit 24364b22 authored by Simon Rose's avatar Simon Rose
Browse files

Updated docker version

parent 4802b5d7
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ stages: ...@@ -10,7 +10,7 @@ stages:
default: default:
tags: tags:
- docker - docker
image: registry.esss.lu.se/ics-docker/centos-e3:0.3.2 image: registry.esss.lu.se/ics-docker/centos-e3:$E3_CI_DOCKER_VERSION
### stage: check ### stage: check
...@@ -42,7 +42,7 @@ build require: ...@@ -42,7 +42,7 @@ build require:
stage: build stage: build
when: always when: always
before_script: before_script:
- curl -L -o epics.tar.gz https://artifactory.esss.lu.se/artifactory/e3/epics-base-$EPICS_BASE_VERSION.tar.gz - curl -L -o epics.tar.gz https://artifactory.esss.lu.se/artifactory/e3/epics-base-${EPICS_BASE_VERSION}.tar.gz
- tar -zxvf epics.tar.gz - tar -zxvf epics.tar.gz
- export BASE_PATH=$(ls -d $(pwd)/epics/base-*) - export BASE_PATH=$(ls -d $(pwd)/epics/base-*)
- echo "EPICS_BASE:=${BASE_PATH}" >> configure/RELEASE.local - echo "EPICS_BASE:=${BASE_PATH}" >> configure/RELEASE.local
......
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