This commit is contained in:
@@ -52,6 +52,10 @@ cmd = 'git fetch --progress --depth 1 origin ' + GITHUB_REF
|
|||||||
result = os.popen(cmd)
|
result = os.popen(cmd)
|
||||||
print(result.read())
|
print(result.read())
|
||||||
|
|
||||||
|
cmd = 'git checkout ' + GITHUB_REF
|
||||||
|
result = os.popen(cmd)
|
||||||
|
print(result.read())
|
||||||
|
|
||||||
cmd = 'ls -la'
|
cmd = 'ls -la'
|
||||||
result = os.popen(cmd)
|
result = os.popen(cmd)
|
||||||
print(result.read())
|
print(result.read())
|
||||||
|
|||||||
Reference in New Issue
Block a user