Skip to content
Snippets Groups Projects
Commit c452a8f0 authored by Marek Szuba's avatar Marek Szuba
Browse files

.gitlab-ci.yml: multi-level variable expansion doesn't work in variables:

parent 4256c4dd
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
USER: "gitlabci" USER: "gitlabci"
CFLAGS: "-fPIC" CFLAGS: "-fPIC"
DEPS: "${CI_PROJECT_DIR}/dependencies" DEPS: "${CI_PROJECT_DIR}/dependencies"
HTSLIB_DIR: "${DEPS}/htslib"
KENT_SRC: "${DEPS}/kent-335_base/src"
cache: cache:
paths: paths:
...@@ -31,6 +29,8 @@ ...@@ -31,6 +29,8 @@
- git clone --branch=master --depth=1 https://github.com/Ensembl/ensembl-test.git - git clone --branch=master --depth=1 https://github.com/Ensembl/ensembl-test.git
- git clone --branch=master --depth=1 https://github.com/Ensembl/ensembl.git - git clone --branch=master --depth=1 https://github.com/Ensembl/ensembl.git
- git clone --branch=master --depth=1 https://github.com/Ensembl/ensembl-variation.git - git clone --branch=master --depth=1 https://github.com/Ensembl/ensembl-variation.git
- export HTSLIB_DIR="${DEPS}/htslib"
- export KENT_SRC="${DEPS}/kent-335_base/src"
- mkdir -p "${DEPS}" - mkdir -p "${DEPS}"
- cd "${DEPS}" - cd "${DEPS}"
- ${CI_PROJECT_DIR}/travisci/get_dependencies.sh - ${CI_PROJECT_DIR}/travisci/get_dependencies.sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment