mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6823 from lmskater/add-missing-import
[Jenkins][ci skip] A missing import to ci-release-test.py
This commit is contained in:
commit
e14f81a5b5
|
@ -12,6 +12,7 @@ import traceback
|
||||||
import platform
|
import platform
|
||||||
import subprocess
|
import subprocess
|
||||||
import codecs
|
import codecs
|
||||||
|
from shutil import copy
|
||||||
|
|
||||||
#set Jenkins build description using submitDescription to mock browser behavior
|
#set Jenkins build description using submitDescription to mock browser behavior
|
||||||
#TODO: need to set parent build description
|
#TODO: need to set parent build description
|
||||||
|
|
Loading…
Reference in New Issue