Skip to content
Snippets Groups Projects
Verified Commit c58c3dc9 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Fix port number on test pod

parent 26a1edb0
No related branches found
No related tags found
No related merge requests found
Pipeline #9691 failed
...@@ -17,7 +17,7 @@ nginx-validation: ...@@ -17,7 +17,7 @@ nginx-validation:
before_script: before_script:
- dnf install -y curl - dnf install -y curl
script: script:
- podman run -d -p 80:80 --name testing $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA - podman run -d -p 80:8080 --name testing $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
- sleep 5 - sleep 5
# Validate config # Validate config
- podman exec testing nginx -c /etc/nginx/nginx.conf -t - podman exec testing nginx -c /etc/nginx/nginx.conf -t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment