Skip to content
Snippets Groups Projects
Commit a6bc013f authored by Imran Hussain's avatar Imran Hussain
Browse files

Try and make CD fails more clear

parent fd22d2af
No related branches found
No related tags found
1 merge request!3Try and make CD fails more clear
Pipeline #815 failed
......@@ -26,7 +26,7 @@ deploy-live:
script:
- apt update
- apt install -y curl
- curl https://sso.sucs.org/pull.php
- curl --fail-with-body https://sso.sucs.org/pull.php
only:
- master
environment: live
......@@ -7,8 +7,9 @@ if ($retVal == 0) {
exit(0);
}
http_response_code(500)
print("not ok\n");
var_dump($retArr);
var_dump($retVal);
?>
\ No newline at end of file
?>
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