We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e85c1 commit be15a67Copy full SHA for be15a67
appveyor.yml
@@ -104,11 +104,11 @@ after_build:
104
105
on_success:
106
- cd %APPVEYOR_BUILD_FOLDER%
107
- - C:\Python35\python -u gui\qt\deploy-scripts\build_status.py SUCCESS
+# - C:\Python35\python -u gui\qt\deploy-scripts\build_status.py SUCCESS
108
109
on_failure:
110
111
- - C:\Python35\python -u gui\qt\deploy-scripts\build_status.py FAILURE
+# - C:\Python35\python -u gui\qt\deploy-scripts\build_status.py FAILURE
112
113
cache:
114
- build_state -> appveyor.yml
0 commit comments