[SUCS Devel] [Git][sucssite/sucs-site][master] 2 commits: Fix sucs site deploy script thing
    Imran Hussain 
    imranh at sucs.org
       
    Tue Sep 24 14:20:50 BST 2019
    
    
  
Imran Hussain pushed to branch master 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
- - - - -
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/ee16606acdca49fe0951566fa2cc84c8819f6d8c...683c9187a6aee8cc208eb6df3116901023f532af
-- 
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/ee16606acdca49fe0951566fa2cc84c8819f6d8c...683c9187a6aee8cc208eb6df3116901023f532af
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/82eb37b9/attachment.html>
    
    
More information about the Devel
mailing list