Skip to content
Snippets Groups Projects
Commit 500e8455 authored by lcappelli's avatar lcappelli
Browse files

Bug fix in gitlab-ci

parent 6763fd2f
No related branches found
No related tags found
1 merge request!23Use nginx with njs instead of openresty with lua
Pipeline #87982 failed
...@@ -9,7 +9,7 @@ build-ngx-httpg-rpm: ...@@ -9,7 +9,7 @@ build-ngx-httpg-rpm:
image: centos:7 image: centos:7
script: script:
- env | sort - env | sort
- cd && sh docker/library-scripts/provide-deps.sh - sh docker/library-scripts/provide-deps.sh
- sh rpm/build-httpg-nginx-rpm.sh - sh rpm/build-httpg-nginx-rpm.sh
- mkdir ngx-artifacts - mkdir ngx-artifacts
- cp rpmbuild/SRPMS/* ngx-artifacts/ - cp rpmbuild/SRPMS/* ngx-artifacts/
...@@ -23,7 +23,7 @@ build-voms-rpm: ...@@ -23,7 +23,7 @@ build-voms-rpm:
image: centos:7 image: centos:7
script: script:
- env | sort - env | sort
- cd && sh docker/library-scripts/provide-deps.sh - sh docker/library-scripts/provide-deps.sh
- sh rpm/build-voms-rpm.sh - sh rpm/build-voms-rpm.sh
- mkdir voms-artifacts - mkdir voms-artifacts
- cp rpmbuild/SRPMS/* voms-artifacts/ - cp rpmbuild/SRPMS/* voms-artifacts/
......
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