Change build stages

This commit is contained in:
Tyler 2018-07-31 21:33:13 -04:00
parent 4b0d9e1a4e
commit 0ed18a69d2
1 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,11 @@
stages:
- build
- build-static
- build-binary
- build-docker
build-static:
image: mhart/alpine-node:latest
stage: build
stage: build-static
script:
- npm install -g @vue/cli
- cd joker
@ -16,7 +17,7 @@ build-static:
build-windows-amd64:
image: golang:alpine
stage: build
stage: build-binary
script:
- apk --no-cache add git
- go get -d
@ -27,7 +28,7 @@ build-windows-amd64:
build-linux-amd64:
image: golang:alpine
stage: build
stage: build-binary
script:
- apk --no-cache add git
- go get -d
@ -38,7 +39,7 @@ build-linux-amd64:
build-linux-arm:
image: golang:alpine
stage: build
stage: build-binary
script:
- apk --no-cache add git
- go get -d
@ -49,7 +50,7 @@ build-linux-arm:
build-linux-arm64:
image: golang:alpine
stage: build
stage: build-binary
script:
- apk --no-cache add git
- go get -d