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

Testing url

parent 24364b22
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,8 @@ build require:
stage: build
when: always
before_script:
- curl -L -o epics.tar.gz https://artifactory.esss.lu.se/artifactory/e3/epics-base-${EPICS_BASE_VERSION}.tar.gz
- 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-*)
- 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