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

Moved BASE_VERSION to gitlab CI variable

parent 62ff569e
No related branches found
No related tags found
No related merge requests found
--- ---
variables:
EPICS_BASE_VERSION: 7.0.5-5dd5594
stages: stages:
- check - check
...@@ -42,7 +40,7 @@ build require: ...@@ -42,7 +40,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-$E3_CI_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