Skip to content
Snippets Groups Projects
Commit 0da5b998 authored by Elisabetta Ronchieri's avatar Elisabetta Ronchieri
Browse files

Update .gitlab-ci.yml

parent 7e28e50c
No related branches found
No related tags found
No related merge requests found
......@@ -16,22 +16,22 @@ build:
- id
# ngx_http_voms_module build
- sh ${HOME}/build-install-ngx-voms.sh
- cp -r ${HOME}/local local
- cp -r ${HOME}/local localtemp
artifacts:
paths:
- local
- localtemp
test:
stage: test
dependencies:
- build
script:
- id
- ls -al localtemp
- cp -r localtemp ${HOME}/local
- chmod +x ${HOME}/local/openresty/bin/openresty
- source ${HOME}/openresty-env
- env | sort
- ls -al .
- ls -al local
- cp -r local ${HOME}/local
- id
# ngx_http_voms_module test
#- sh ${HOME}/build-install-ngx-voms.sh
- cp -r t /tmp
......
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