Skip to content
Snippets Groups Projects
Commit a08d4456 authored by Francesco Giacomini's avatar Francesco Giacomini
Browse files

Make diff always succeed

parent 7a26c5eb
No related branches found
No related tags found
1 merge request!26Migration to EL9
Pipeline #226218 passed
......@@ -27,6 +27,6 @@ fi
# Add httpg to release
sed -i '/%define base_release/ s/ngx/httpg/' "${SPEC_FILE}"
diff "${SPEC_FILE}.backup" "${SPEC_FILE}"
diff "${SPEC_FILE}.backup" "${SPEC_FILE}" || true
popd
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