This commit is contained in:
3
script/pull.py
Normal file
3
script/pull.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import subprocess
|
||||
ret = subprocess.check_output("git pull", shell=True, cwd="/sls/rf/data/SLS_Teststand/PShell/sls_archiver")
|
||||
set_return(ret)
|
||||
Reference in New Issue
Block a user