From 758247b49f12311a6ba84547bddc63a5c8562710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E4=BF=8A=E5=8B=87?= <2021212687@stu.cqupt.edu.cn> Date: Mon, 1 Aug 2022 10:35:36 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88af0e8..abd1f1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,6 @@ stages: bin_build: stage: build - image: golang:latest script: - go build -o console-${PACKAGE_VERSION} console.go - |