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

Fixed BASE version

parent a9ee3b93
No related branches found
No related tags found
1 merge request!36E3-426: Fix require ci
Pipeline #83002 passed
---
variables:
EPICS_BASE_VERSION: base-7.0.5-5dd5594
EPICS_BASE_VERSION: 7.0.5-5dd5594
stages:
- check
......@@ -42,7 +42,6 @@ build require:
stage: build
when: always
before_script:
- echo 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
- export BASE_PATH=$(ls -d $(pwd)/epics/base-*)
......
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