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

Merge branch 'fix_require_ci' into 'master'

E3-426: Fix require ci

See merge request e3/e3-require!36
parents e2c3225f baef565f
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ stages: ...@@ -8,7 +8,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
...@@ -40,8 +40,8 @@ build require: ...@@ -40,8 +40,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-$E3_CI_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