Skip to content
Snippets Groups Projects

Run a pre-prod test CI step

Merged ale requested to merge preprod-test into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -23,5 +23,5 @@ test:
script:
- apt -q update
- env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install curl
- curl -H "Host: noblogs.org" -v ${SITE_URL}
- "curl -H 'Host: noblogs.org' -v ${SITE_URL}"
Loading