Skip to content
Snippets Groups Projects
Commit 6932d277 authored by Alexander Pace's avatar Alexander Pace
Browse files

modified .gitlab-ci.yml to avoid moving dependencies around.

parent 02a639a8
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ before_script:
# Set up directory structure and copy over built-dependencies from container:
- mkdir public
- mkdir -p ${GSTLAL_DIR}
- cp -r /opt/gstlal/* ${GSTLAL_DIR}/
#- cp -r /opt/gstlal/* ${GSTLAL_DIR}/
# Update apt info
- apt update
......@@ -57,7 +57,7 @@ level0:gstlal:
image: aepace/gstlal-dev:stretch-mkl
stage: level0
script:
- echo "$PWD" > ./pwd_output.out
#- echo "$PWD" > ./pwd_output.out
- cd gstlal
- ./00init.sh
- ./configure --prefix=${GSTLAL_DIR}
......
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