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

Fix CI syntax

parent e921cff5
No related branches found
No related tags found
1 merge request!55Run a pre-prod test CI step
Pipeline #22016 passed
...@@ -23,5 +23,5 @@ test: ...@@ -23,5 +23,5 @@ test:
script: script:
- apt -q update - apt -q update
- env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install curl - 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}"
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