@@ -70,7 +70,6 @@ func main() {
case "test":
test("./pkg/...")
- grunt("test")
case "latest":
version += "-" + getGitSha()
@@ -9,18 +9,17 @@ build:
steps:
# Workspace
- setup-go-workspace
+ - npm-install
- script:
name: build setup
code: |
go run build.go setup
# Build the project
- name: build
+ name: go build
go run build.go clean test build
- # frontend
- - npm-install
- # create packages
+ # create packages
name: create packages