tech(build): remove commented build steps

pull/6311/head
bergquist 9 years ago
parent aeb0c5cb53
commit ec4260e14f
  1. 2
      appveyor.yml

@ -25,10 +25,8 @@ install:
build_script:
- go run build.go build
- grunt release
#- 7z a grafana.zip %APPVEYOR_BUILD_FOLDER%\dist\*
- cp dist/* .
artifacts:
- path: grafana-*windows-ia32.zip
#- path: dist/*
name: binzip

Loading…
Cancel
Save