Skip to content
Snippets Groups Projects
Commit e921cff5 authored by ale's avatar ale
Browse files

Set Host header in test CI request

parent 9caaa5fd
Branches
No related tags found
1 merge request!55Run a pre-prod test CI step
Pipeline #22015 failed
......@@ -22,6 +22,6 @@ test:
PHP_FPM_USER: www-data
script:
- apt -q update
- env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install mariadb-client curl
- curl -v ${SITE_URL}
- env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install curl
- curl -H "Host: noblogs.org" -v ${SITE_URL}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment