From 9ccaef120805fb58ede31c1e96626c1628b8d8e2 Mon Sep 17 00:00:00 2001 From: Piper Pentagram Date: Wed, 6 Nov 2024 11:52:16 -0800 Subject: [PATCH] remove dist folder because gitlab is stupid --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec49516..783ef5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,7 @@ stages: compile: stage: build script: - - mkdir dist - - go build -o dist/bingobot + - go build -o bingobot artifacts: paths: - - dist/bingobot + - bingobot