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: build_script:
- go run build.go build - go run build.go build
- grunt release - grunt release
#- 7z a grafana.zip %APPVEYOR_BUILD_FOLDER%\dist\*
- cp dist/* . - cp dist/* .
artifacts: artifacts:
- path: grafana-*windows-ia32.zip - path: grafana-*windows-ia32.zip
#- path: dist/*
name: binzip name: binzip

Loading…
Cancel
Save