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

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

parent 40cb909e
No related branches found
No related tags found
No related merge requests found
Pipeline #46689 failed with stage
in 5 minutes and 31 seconds
......@@ -16,8 +16,6 @@
USER: "gitlabci"
CFLAGS: "-fPIC"
DEPS: "${CI_PROJECT_DIR}/dependencies"
HTSLIB_DIR: "${DEPS}/htslib"
KENT_SRC: "${DEPS}/kent-335_base/src"
cache:
paths:
......@@ -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.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}"
- cd "${DEPS}"
- ${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