Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
You committed Apr 22, 2022
1 parent 55e761e commit 237b86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports.postCommit = (req, res, next) => {
})
}
});
execProcess.result("git clone https://github.com/Phantom-Intruder/site.git && cd site && git checkout -b topic/work-on-site", (err) => {
execProcess.result("git clone https://github.com/Phantom-Intruder/site.git && cd site && git checkout -b topic/work-on-site && git pull origin topic/work-on-site", (err) => {
if (err){
execProcess.result("cd site && git checkout topic/work-on-site && git reset --hard && git pull origin topic/work-on-site", (err) => {
if(!err){
Expand Down

0 comments on commit 237b86f

Please sign in to comment.