Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sucssite
sso
Compare Revisions
fd22d2af810990ba871eaf389e8d9d54cd6c0435...6d3cb18c9693081fd0b52402e44250bddb6a3291
Commits (2)
Try and make CD fails more clear
· 557a6803
Imran Hussain
authored
Dec 22, 2021
557a6803
Merge branch 'cd-improvements' into 'master'
· 6d3cb18c
Imran Hussain
authored
Dec 22, 2021
Try and make CD fails more clear See merge request
!3
6d3cb18c
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6d3cb18c
...
...
@@ -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
public/pull.php
View file @
6d3cb18c
...
...
@@ -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
?>