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

added stages key

parent 4a159525
No related branches found
No related tags found
1 merge request!4Issue 7
Pipeline #
......@@ -2,8 +2,12 @@
# Official docker image.
image: storm2/ngx-voms-build:latest
before_script:
- source ${HOME}/openresty-env
stages:
- build
- test
#before_script:
# - source ${HOME}/openresty-env
build:
stage: build
......@@ -18,8 +22,10 @@ test:
script:
- env | sort
- id
- source ${HOME}/openresty-env
- ls -al ${HOME}
# ngx_http_voms_module test
- sh ${HOME}/build-install-ngx-voms.sh
#- sh ${HOME}/build-install-ngx-voms.sh
- cp -r t /tmp
- cd /tmp
- prove -v
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