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

Switched EPICS base download to artifactory

parent 2464032a
No related branches found
No related tags found
No related merge requests found
--- ---
variables:
EPICS_BASE_VERSION: base-7.0.5-5dd5594
stages: stages:
- check - check
...@@ -40,8 +42,8 @@ build require: ...@@ -40,8 +42,8 @@ build require:
stage: build stage: build
when: always when: always
before_script: before_script:
- curl -L -o epics.zip https://gitlab.esss.lu.se/e3/e3-base/-/jobs/artifacts/master/download?job=build - curl -L -o epics.tar.gz https://artifactory.esss.lu.se/artifactory/e3/epics-base-$EPICS_BASE_VERSION.tar.gz
- unzip epics.zip - 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
- chmod +w "${BASE_PATH}"/configure/CONFIG_SITE - chmod +w "${BASE_PATH}"/configure/CONFIG_SITE
......
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