Uses real python path
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
# scripts that run after cloning repository
|
# scripts that run after cloning repository
|
||||||
install:
|
install:
|
||||||
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
|
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
|
||||||
- "%PYTHON%/python.exe C:/get-pip.py"
|
- "C:/Python27/python.exe C:/get-pip.py"
|
||||||
- "%PYTHON%/Scripts/pip.exe install pyjavaproperties"
|
- "C:/Python27/Scripts/pip.exe install pyjavaproperties"
|
||||||
|
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
# build configuration #
|
# build configuration #
|
||||||
@@ -63,7 +63,7 @@ artifacts:
|
|||||||
# scripts to run before deployment
|
# scripts to run before deployment
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- cd projects/mtg/bin
|
- cd projects/mtg/bin
|
||||||
- "%PYTHON%/python.exe createWindowsZip.py"
|
- "C:/Python27/python.exe createWindowsZip.py"
|
||||||
|
|
||||||
# scripts to run after deployment
|
# scripts to run after deployment
|
||||||
after_deploy:
|
after_deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user