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

Update .gitlab-ci.yml

parent 0da5b998
No related branches found
No related tags found
1 merge request!4Issue 7
Pipeline #
......@@ -6,15 +6,9 @@ stages:
- build
- test
#before_script:
# - source ${HOME}/openresty-env
build:
stage: build
script:
- env | sort
- id
# ngx_http_voms_module build
- sh ${HOME}/build-install-ngx-voms.sh
- cp -r ${HOME}/local localtemp
artifacts:
......@@ -26,13 +20,12 @@ test:
dependencies:
- build
script:
- ls -al localtemp
- cp -r localtemp ${HOME}/local
- chmod +x ${HOME}/local/openresty/bin/openresty
- chmod +x ${HOME}/local/openresty/nginx/sbin/nginx
- source ${HOME}/openresty-env
- which openresty
- env | sort
- id
# ngx_http_voms_module test
#- sh ${HOME}/build-install-ngx-voms.sh
- cp -r t /tmp
- cd /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