Skip to content
Snippets Groups Projects
Commit 4924e7f8 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Remove two unnecessary steps

parent 6882eb65
No related branches found
No related tags found
6 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!51Fix acct create wait,!39WIP:Feat cod rmq,!38WIP: Feat cod rmq,!21Feat git commit agent
......@@ -52,8 +52,6 @@ def git_commit(ch, method, properties, body):
git.commit(m="Added new cheaha user: " + username)
git.push('origin', branch_name)
git.checkout('master')
time.sleep(60)
git.pull()
success = True
except:
......
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