Update .gitlab-ci.yml file

This commit is contained in:
梁俊勇 2022-08-01 10:35:36 +00:00
parent d14d2673ca
commit 758247b49f

View File

@ -15,7 +15,6 @@ stages:
bin_build:
stage: build
image: golang:latest
script:
- go build -o console-${PACKAGE_VERSION} console.go
- |