Uses real python path
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
# scripts that run after cloning repository
|
||||
install:
|
||||
- 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"
|
||||
- "%PYTHON%/Scripts/pip.exe install pyjavaproperties"
|
||||
- "C:/Python27/python.exe C:/get-pip.py"
|
||||
- "C:/Python27/Scripts/pip.exe install pyjavaproperties"
|
||||
|
||||
#---------------------------------#
|
||||
# build configuration #
|
||||
@@ -63,7 +63,7 @@ artifacts:
|
||||
# scripts to run before deployment
|
||||
before_deploy:
|
||||
- cd projects/mtg/bin
|
||||
- "%PYTHON%/python.exe createWindowsZip.py"
|
||||
- "C:/Python27/python.exe createWindowsZip.py"
|
||||
|
||||
# scripts to run after deployment
|
||||
after_deploy:
|
||||
|
||||
Reference in New Issue
Block a user