[SUCS Devel] [Git][sucssite/sucs-site][beta] 3 commits: Fix sucs site deploy script thing
Imran Hussain
imranh at sucs.org
Tue Sep 24 12:51:05 BST 2019
Imran Hussain pushed to branch beta at sucssite / sucs-site
Commits:
f86ec8d5 by Imran Hussain at 2019-09-24T11:31:33Z
Fix sucs site deploy script thing
- - - - -
683c9187 by Imran Hussain at 2019-09-24T11:39:15Z
really fix the pull script
- - - - -
b5cb3dff by Imran Hussain at 2019-09-24T11:51:01Z
Merge branch 'master' into 'beta'
Fix sucs site deploy script thing
See merge request sucssite/sucs-site!115
- - - - -
1 changed file:
- htdocs/pull.php
Changes:
=====================================
htdocs/pull.php
=====================================
@@ -3,8 +3,8 @@
exec("cd ..; git reset --hard HEAD; git pull", $retArr, $retVal);
if ($retVal == 0) {
- print(ok);
- exit(0)
+ print("ok");
+ exit(0);
}
print("not ok\n");
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/245ce50d6e1a05bac9d822b4b543ac7e9fcdffae...b5cb3dff45c356f9f8e7ab41a64fb50beba35a3d
--
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/245ce50d6e1a05bac9d822b4b543ac7e9fcdffae...b5cb3dff45c356f9f8e7ab41a64fb50beba35a3d
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20190924/0b7b3099/attachment-0001.html>
More information about the Devel
mailing list